Struct Wutwfr
#[repr(transparent)]pub struct Wutwfr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Wutwfr
impl Wutwfr
pub const UPDATENOTALLOWED: Self
pub const UPDATENOTALLOWED: Self
Wakeup timer configuration update not allowed
pub const UPDATEALLOWED: Self
pub const UPDATEALLOWED: Self
Wakeup timer configuration update allowed
Trait Implementations§
§impl Ord for Wutwfr
impl Ord for Wutwfr
§impl PartialOrd for Wutwfr
impl PartialOrd for Wutwfr
impl Copy for Wutwfr
impl Eq for Wutwfr
impl StructuralPartialEq for Wutwfr
Auto Trait Implementations§
impl Freeze for Wutwfr
impl RefUnwindSafe for Wutwfr
impl Send for Wutwfr
impl Sync for Wutwfr
impl Unpin for Wutwfr
impl UnwindSafe for Wutwfr
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