pub enum EOCSW {
EACHSEQUENCE,
EACHCONVERSION,
}
Expand description
Values that can be written to the field EOCS
Variants§
EACHSEQUENCE
The EOC bit is set at the end of each sequence of regular conversions
EACHCONVERSION
The EOC bit is set at the end of each regular conversion
Auto Trait Implementations§
impl Freeze for EOCSW
impl RefUnwindSafe for EOCSW
impl Send for EOCSW
impl Sync for EOCSW
impl Unpin for EOCSW
impl UnwindSafe for EOCSW
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