Struct Eoc
#[repr(transparent)]pub struct Eoc(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Eoc
impl Eoc
pub const NOTCOMPLETE: Self
pub const NOTCOMPLETE: Self
Conversion is not complete
pub const COMPLETE: Self
pub const COMPLETE: Self
Conversion complete
Trait Implementations§
§impl Ord for Eoc
impl Ord for Eoc
§impl PartialOrd for Eoc
impl PartialOrd for Eoc
impl Copy for Eoc
impl Eq for Eoc
impl StructuralPartialEq for Eoc
Auto Trait Implementations§
impl Freeze for Eoc
impl RefUnwindSafe for Eoc
impl Send for Eoc
impl Sync for Eoc
impl Unpin for Eoc
impl UnwindSafe for Eoc
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