pub enum LBDCFR {
CLEAR,
_Reserved(bool),
}Expand description
Possible values of the field LBDCF
Variants§
Implementations§
Trait Implementations§
impl Copy for LBDCFR
impl StructuralPartialEq for LBDCFR
Auto Trait Implementations§
impl Freeze for LBDCFR
impl RefUnwindSafe for LBDCFR
impl Send for LBDCFR
impl Sync for LBDCFR
impl Unpin for LBDCFR
impl UnwindSafe for LBDCFR
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