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