pub struct XIAllowEventsRequest {
pub time: u32,
pub deviceid: u16,
pub event_mode: EventMode,
pub touchid: u32,
pub grab_window: u32,
}Fields§
§time: u32§deviceid: u16§event_mode: EventMode§touchid: u32§grab_window: u32Implementations§
Trait Implementations§
Source§impl Clone for XIAllowEventsRequest
impl Clone for XIAllowEventsRequest
Source§fn clone(&self) -> XIAllowEventsRequest
fn clone(&self) -> XIAllowEventsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XIAllowEventsRequest
impl Debug for XIAllowEventsRequest
Source§impl Default for XIAllowEventsRequest
impl Default for XIAllowEventsRequest
Source§fn default() -> XIAllowEventsRequest
fn default() -> XIAllowEventsRequest
Returns the “default value” for a type. Read more
Source§impl Hash for XIAllowEventsRequest
impl Hash for XIAllowEventsRequest
Source§impl Ord for XIAllowEventsRequest
impl Ord for XIAllowEventsRequest
Source§fn cmp(&self, other: &XIAllowEventsRequest) -> Ordering
fn cmp(&self, other: &XIAllowEventsRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for XIAllowEventsRequest
impl PartialEq for XIAllowEventsRequest
Source§impl PartialOrd for XIAllowEventsRequest
impl PartialOrd for XIAllowEventsRequest
Source§impl Request for XIAllowEventsRequest
impl Request for XIAllowEventsRequest
impl Copy for XIAllowEventsRequest
impl Eq for XIAllowEventsRequest
impl StructuralPartialEq for XIAllowEventsRequest
impl VoidRequest for XIAllowEventsRequest
Auto Trait Implementations§
impl Freeze for XIAllowEventsRequest
impl RefUnwindSafe for XIAllowEventsRequest
impl Send for XIAllowEventsRequest
impl Sync for XIAllowEventsRequest
impl Unpin for XIAllowEventsRequest
impl UnwindSafe for XIAllowEventsRequest
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