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