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