Struct xcb::res::QueryClients
source · pub struct QueryClients {}
Expand description
The QueryClients
request.
This request replies QueryClientsReply.
Associated cookie types are QueryClientsCookie and QueryClientsCookieUnchecked.
Trait Implementations§
source§impl Clone for QueryClients
impl Clone for QueryClients
source§fn clone(&self) -> QueryClients
fn clone(&self) -> QueryClients
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 QueryClients
impl Debug for QueryClients
source§impl RawRequest for QueryClients
impl RawRequest for QueryClients
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 QueryClients
impl Request for QueryClients
source§impl RequestWithReply for QueryClients
impl RequestWithReply for QueryClients
source§type Reply = QueryClientsReply
type Reply = QueryClientsReply
Reply associated with the request
source§type Cookie = QueryClientsCookie
type Cookie = QueryClientsCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryClientsCookieUnchecked
type CookieUnchecked = QueryClientsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryClients
impl RefUnwindSafe for QueryClients
impl Send for QueryClients
impl Sync for QueryClients
impl Unpin for QueryClients
impl UnwindSafe for QueryClients
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
)