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