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