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