Enum Eocs
#[repr(u8)]pub enum Eocs {
EachSequence = 0,
EachConversion = 1,
}Variants§
EachSequence = 0
The EOC bit is set at the end of each sequence of regular conversions
EachConversion = 1
The EOC bit is set at the end of each regular conversion
Implementations§
Trait Implementations§
impl Copy for Eocs
impl Eq for Eocs
§impl Ord for Eocs
impl Ord for Eocs
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Eocs
impl PartialOrd for Eocs
impl StructuralPartialEq for Eocs
Auto Trait Implementations§
impl Freeze for Eocs
impl RefUnwindSafe for Eocs
impl Send for Eocs
impl Sync for Eocs
impl Unpin for Eocs
impl UnsafeUnpin for Eocs
impl UnwindSafe for Eocs
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