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