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