#[repr(transparent)]pub struct IntStatusClr(pub u32);Expand description
Interrupt Status Clear
Tuple Fields§
§0: u32Implementations§
Source§impl IntStatusClr
impl IntStatusClr
Trait Implementations§
Source§impl Clone for IntStatusClr
impl Clone for IntStatusClr
Source§fn clone(&self) -> IntStatusClr
fn clone(&self) -> IntStatusClr
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 IntStatusClr
impl Debug for IntStatusClr
Source§impl Default for IntStatusClr
impl Default for IntStatusClr
Source§fn default() -> IntStatusClr
fn default() -> IntStatusClr
Returns the “default value” for a type. Read more
Source§impl PartialEq for IntStatusClr
impl PartialEq for IntStatusClr
impl Copy for IntStatusClr
impl Eq for IntStatusClr
impl StructuralPartialEq for IntStatusClr
Auto Trait Implementations§
impl Freeze for IntStatusClr
impl RefUnwindSafe for IntStatusClr
impl Send for IntStatusClr
impl Sync for IntStatusClr
impl Unpin for IntStatusClr
impl UnwindSafe for IntStatusClr
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