Struct Lckk
#[repr(transparent)]pub struct Lckk(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Lckk
impl Ord for Lckk
§impl PartialOrd for Lckk
impl PartialOrd for Lckk
impl Copy for Lckk
impl Eq for Lckk
impl StructuralPartialEq for Lckk
Auto Trait Implementations§
impl Freeze for Lckk
impl RefUnwindSafe for Lckk
impl Send for Lckk
impl Sync for Lckk
impl Unpin for Lckk
impl UnwindSafe for Lckk
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