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