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