pub enum EventDir {
HighLow,
LowHigh,
}
Expand description
Describes the direction of an Event
Variants§
Trait Implementations§
impl Copy for EventDir
impl Eq for EventDir
impl StructuralPartialEq for EventDir
Auto Trait Implementations§
impl Freeze for EventDir
impl RefUnwindSafe for EventDir
impl Send for EventDir
impl Sync for EventDir
impl Unpin for EventDir
impl UnwindSafe for EventDir
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