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