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