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 Ord for Eocs
impl Ord for Eocs
§impl PartialOrd for Eocs
impl PartialOrd for Eocs
impl Copy for Eocs
impl Eq 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)