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