#[repr(transparent)]pub struct PkcIntClrStatus(pub u32);Expand description
Interrupt status clear
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for PkcIntClrStatus
impl Clone for PkcIntClrStatus
Source§fn clone(&self) -> PkcIntClrStatus
fn clone(&self) -> PkcIntClrStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PkcIntClrStatus
impl Debug for PkcIntClrStatus
Source§impl Default for PkcIntClrStatus
impl Default for PkcIntClrStatus
Source§fn default() -> PkcIntClrStatus
fn default() -> PkcIntClrStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for PkcIntClrStatus
impl PartialEq for PkcIntClrStatus
impl Copy for PkcIntClrStatus
impl Eq for PkcIntClrStatus
impl StructuralPartialEq for PkcIntClrStatus
Auto Trait Implementations§
impl Freeze for PkcIntClrStatus
impl RefUnwindSafe for PkcIntClrStatus
impl Send for PkcIntClrStatus
impl Sync for PkcIntClrStatus
impl Unpin for PkcIntClrStatus
impl UnwindSafe for PkcIntClrStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more