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