Struct Eocs
#[repr(transparent)]pub struct Eocs(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Eocs
impl Eocs
pub const EACHSEQUENCE: Self
pub const EACHSEQUENCE: Self
The EOC bit is set at the end of each sequence of regular conversions
pub const EACHCONVERSION: Self
pub const EACHCONVERSION: Self
The EOC bit is set at the end of each regular conversion
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