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