#[repr(u8)]pub enum Icr8Lk {
LK0 = 0,
LK1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Icr8Lk
impl Ord for Icr8Lk
Source§impl PartialOrd for Icr8Lk
impl PartialOrd for Icr8Lk
impl Copy for Icr8Lk
impl Eq for Icr8Lk
impl StructuralPartialEq for Icr8Lk
Auto Trait Implementations§
impl Freeze for Icr8Lk
impl RefUnwindSafe for Icr8Lk
impl Send for Icr8Lk
impl Sync for Icr8Lk
impl Unpin for Icr8Lk
impl UnwindSafe for Icr8Lk
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