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