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