pub enum EOSMP_MST {
NotEnded = 0,
Ended = 1,
}
Expand description
EOSMP_MST
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOSMP_MST
impl Eq for EOSMP_MST
impl StructuralPartialEq for EOSMP_MST
Auto Trait Implementations§
impl Freeze for EOSMP_MST
impl RefUnwindSafe for EOSMP_MST
impl Send for EOSMP_MST
impl Sync for EOSMP_MST
impl Unpin for EOSMP_MST
impl UnwindSafe for EOSMP_MST
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