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