Struct xcb::shape::QueryExtents
source · pub struct QueryExtents {
pub destination_window: Window,
}
Expand description
The QueryExtents
request.
This request replies QueryExtentsReply.
Associated cookie types are QueryExtentsCookie and QueryExtentsCookieUnchecked.
Fields§
§destination_window: Window
Trait Implementations§
source§impl Clone for QueryExtents
impl Clone for QueryExtents
source§fn clone(&self) -> QueryExtents
fn clone(&self) -> QueryExtents
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 QueryExtents
impl Debug for QueryExtents
source§impl RawRequest for QueryExtents
impl RawRequest for QueryExtents
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for QueryExtents
impl Request for QueryExtents
source§impl RequestWithReply for QueryExtents
impl RequestWithReply for QueryExtents
source§type Reply = QueryExtentsReply
type Reply = QueryExtentsReply
Reply associated with the request
source§type Cookie = QueryExtentsCookie
type Cookie = QueryExtentsCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryExtentsCookieUnchecked
type CookieUnchecked = QueryExtentsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryExtents
impl RefUnwindSafe for QueryExtents
impl Send for QueryExtents
impl Sync for QueryExtents
impl Unpin for QueryExtents
impl UnwindSafe for QueryExtents
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
)