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