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