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