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