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