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