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