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