Struct x11rb_protocol::protocol::xinput::EventMode
source · pub struct EventMode(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl EventMode
impl EventMode
pub const ASYNC_DEVICE: Self = _
pub const SYNC_DEVICE: Self = _
pub const REPLAY_DEVICE: Self = _
pub const ASYNC_PAIRED_DEVICE: Self = _
pub const ASYNC_PAIR: Self = _
pub const SYNC_PAIR: Self = _
pub const ACCEPT_TOUCH: Self = _
pub const REJECT_TOUCH: Self = _
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