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