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