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