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