Struct x11rb_async::protocol::res::QueryClientResourcesRequest
source · pub struct QueryClientResourcesRequest {
pub xid: u32,
}Fields§
§xid: u32Implementations§
Trait Implementations§
source§impl Clone for QueryClientResourcesRequest
impl Clone for QueryClientResourcesRequest
source§fn clone(&self) -> QueryClientResourcesRequest
fn clone(&self) -> QueryClientResourcesRequest
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 QueryClientResourcesRequest
impl Debug for QueryClientResourcesRequest
source§impl Default for QueryClientResourcesRequest
impl Default for QueryClientResourcesRequest
source§fn default() -> QueryClientResourcesRequest
fn default() -> QueryClientResourcesRequest
Returns the “default value” for a type. Read more
source§impl Hash for QueryClientResourcesRequest
impl Hash for QueryClientResourcesRequest
source§impl Ord for QueryClientResourcesRequest
impl Ord for QueryClientResourcesRequest
source§fn cmp(&self, other: &QueryClientResourcesRequest) -> Ordering
fn cmp(&self, other: &QueryClientResourcesRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for QueryClientResourcesRequest
impl PartialEq for QueryClientResourcesRequest
source§fn eq(&self, other: &QueryClientResourcesRequest) -> bool
fn eq(&self, other: &QueryClientResourcesRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for QueryClientResourcesRequest
impl PartialOrd for QueryClientResourcesRequest
source§fn partial_cmp(&self, other: &QueryClientResourcesRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryClientResourcesRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for QueryClientResourcesRequest
impl ReplyRequest for QueryClientResourcesRequest
§type Reply = QueryClientResourcesReply
type Reply = QueryClientResourcesReply
The kind of reply that this request generates.
impl Copy for QueryClientResourcesRequest
impl Eq for QueryClientResourcesRequest
impl StructuralEq for QueryClientResourcesRequest
impl StructuralPartialEq for QueryClientResourcesRequest
Auto Trait Implementations§
impl RefUnwindSafe for QueryClientResourcesRequest
impl Send for QueryClientResourcesRequest
impl Sync for QueryClientResourcesRequest
impl Unpin for QueryClientResourcesRequest
impl UnwindSafe for QueryClientResourcesRequest
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