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