Struct xproto::xQueryPointerReply
source · #[repr(C)]pub struct xQueryPointerReply {}Fields
type_: BYTEsameScreen: BOOLsequenceNumber: CARD16length: CARD32root: CARD32child: CARD32rootX: INT16rootY: INT16winX: INT16winY: INT16mask: CARD16pad1: CARD16pad: CARD32Trait Implementations
sourceimpl Clone for xQueryPointerReply
impl Clone for xQueryPointerReply
sourcefn clone(&self) -> xQueryPointerReply
fn clone(&self) -> xQueryPointerReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xQueryPointerReply
impl Debug for xQueryPointerReply
impl Copy for xQueryPointerReply
Auto Trait Implementations
impl RefUnwindSafe for xQueryPointerReply
impl Send for xQueryPointerReply
impl Sync for xQueryPointerReply
impl Unpin for xQueryPointerReply
impl UnwindSafe for xQueryPointerReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more