Struct XIAllowEventsRequest
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: u32
Implementations§
Trait Implementations§
§impl Clone for XIAllowEventsRequest
impl Clone for XIAllowEventsRequest
§fn clone(&self) -> XIAllowEventsRequest
fn clone(&self) -> XIAllowEventsRequest
Returns a copy 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 more§impl Debug for XIAllowEventsRequest
impl Debug for XIAllowEventsRequest
§impl Default for XIAllowEventsRequest
impl Default for XIAllowEventsRequest
§fn default() -> XIAllowEventsRequest
fn default() -> XIAllowEventsRequest
Returns the “default value” for a type. Read more
§impl Request for XIAllowEventsRequest
impl Request for XIAllowEventsRequest
impl Copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)