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