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