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