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