#[repr(transparent)]pub struct Srif(pub u32);Expand description
System Reset Interrupt Flag
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Srif
impl Eq for Srif
impl StructuralPartialEq for Srif
Auto Trait Implementations§
impl Freeze for Srif
impl RefUnwindSafe for Srif
impl Send for Srif
impl Sync for Srif
impl Unpin for Srif
impl UnwindSafe for Srif
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