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