Struct x11rb_protocol::protocol::xinput::XIQueryPointerRequest
source · pub struct XIQueryPointerRequest {
pub window: Window,
pub deviceid: DeviceId,
}
Fields§
§window: Window
§deviceid: DeviceId
Implementations§
Trait Implementations§
source§impl Clone for XIQueryPointerRequest
impl Clone for XIQueryPointerRequest
source§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 moresource§impl Debug for XIQueryPointerRequest
impl Debug for XIQueryPointerRequest
source§impl Default for XIQueryPointerRequest
impl Default for XIQueryPointerRequest
source§fn default() -> XIQueryPointerRequest
fn default() -> XIQueryPointerRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for XIQueryPointerRequest
impl ReplyRequest for XIQueryPointerRequest
§type Reply = XIQueryPointerReply
type Reply = XIQueryPointerReply
The kind of reply that this request generates.
source§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