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