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