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