Struct XIQueryPointerRequest
pub struct XIQueryPointerRequest {
pub window: u32,
pub deviceid: u16,
}
Fields§
§window: u32
§deviceid: u16
Implementations§
Trait Implementations§
§impl Clone for XIQueryPointerRequest
impl Clone for XIQueryPointerRequest
§fn clone(&self) -> XIQueryPointerRequest
fn clone(&self) -> XIQueryPointerRequest
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 XIQueryPointerRequest
impl Debug for XIQueryPointerRequest
§impl Default for XIQueryPointerRequest
impl Default for XIQueryPointerRequest
§fn default() -> XIQueryPointerRequest
fn default() -> XIQueryPointerRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for XIQueryPointerRequest
impl ReplyRequest for XIQueryPointerRequest
§type Reply = XIQueryPointerReply
type Reply = XIQueryPointerReply
The kind of reply that this request generates.
§impl Request for XIQueryPointerRequest
impl Request for XIQueryPointerRequest
impl Copy for XIQueryPointerRequest
Auto Trait Implementations§
impl Freeze for XIQueryPointerRequest
impl RefUnwindSafe for XIQueryPointerRequest
impl Send for XIQueryPointerRequest
impl Sync for XIQueryPointerRequest
impl Unpin for XIQueryPointerRequest
impl UnwindSafe for XIQueryPointerRequest
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
)