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