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