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