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