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