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