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: WindowTrait 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