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