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