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