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