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