pub enum EOPW {
Reset = 1,
}
Expand description
End of operation
Value on reset: 0
Variants§
Reset = 1
1: Reset EOP event
Trait Implementations§
impl Copy for EOPW
impl Eq for EOPW
impl StructuralPartialEq for EOPW
Auto Trait Implementations§
impl Freeze for EOPW
impl RefUnwindSafe for EOPW
impl Send for EOPW
impl Sync for EOPW
impl Unpin for EOPW
impl UnwindSafe for EOPW
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