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