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