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