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