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