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