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