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