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