pub enum CFEIF3W {
CLEAR,
}
Expand description
Values that can be written to the field CFEIF3
Variants§
CLEAR
Clear the corresponding CFEIFx flag
Auto Trait Implementations§
impl Freeze for CFEIF3W
impl RefUnwindSafe for CFEIF3W
impl Send for CFEIF3W
impl Sync for CFEIF3W
impl Unpin for CFEIF3W
impl UnwindSafe for CFEIF3W
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