pub struct EventMode(/* private fields */);Implementations§
source§impl EventMode
 
impl EventMode
pub const ASYNC_DEVICE: EventMode = _
pub const SYNC_DEVICE: EventMode = _
pub const REPLAY_DEVICE: EventMode = _
pub const ASYNC_PAIRED_DEVICE: EventMode = _
pub const ASYNC_PAIR: EventMode = _
pub const SYNC_PAIR: EventMode = _
pub const ACCEPT_TOUCH: EventMode = _
pub const REJECT_TOUCH: EventMode = _
Trait Implementations§
source§impl Ord for EventMode
 
impl Ord for EventMode
source§impl PartialEq for EventMode
 
impl PartialEq for EventMode
source§impl PartialOrd for EventMode
 
impl PartialOrd for EventMode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for EventMode
impl Eq for EventMode
impl StructuralPartialEq for EventMode
Auto Trait Implementations§
impl Freeze for EventMode
impl RefUnwindSafe for EventMode
impl Send for EventMode
impl Sync for EventMode
impl Unpin for EventMode
impl UnwindSafe for EventMode
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