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