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