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