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