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