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