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