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