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