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