pub struct QueryClientPixmapBytesRequest {
pub xid: u32,
}
Fields§
§xid: u32
Implementations§
Trait Implementations§
Source§impl Clone for QueryClientPixmapBytesRequest
impl Clone for QueryClientPixmapBytesRequest
Source§fn clone(&self) -> QueryClientPixmapBytesRequest
fn clone(&self) -> QueryClientPixmapBytesRequest
Returns a duplicate 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 Default for QueryClientPixmapBytesRequest
impl Default for QueryClientPixmapBytesRequest
Source§fn default() -> QueryClientPixmapBytesRequest
fn default() -> QueryClientPixmapBytesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for QueryClientPixmapBytesRequest
impl Hash for QueryClientPixmapBytesRequest
Source§impl Ord for QueryClientPixmapBytesRequest
impl Ord for QueryClientPixmapBytesRequest
Source§fn cmp(&self, other: &QueryClientPixmapBytesRequest) -> Ordering
fn cmp(&self, other: &QueryClientPixmapBytesRequest) -> 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 QueryClientPixmapBytesRequest
impl PartialEq for QueryClientPixmapBytesRequest
Source§fn eq(&self, other: &QueryClientPixmapBytesRequest) -> bool
fn eq(&self, other: &QueryClientPixmapBytesRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for QueryClientPixmapBytesRequest
impl PartialOrd for QueryClientPixmapBytesRequest
Source§impl ReplyRequest for QueryClientPixmapBytesRequest
impl ReplyRequest for QueryClientPixmapBytesRequest
Source§type Reply = QueryClientPixmapBytesReply
type Reply = QueryClientPixmapBytesReply
The kind of reply that this request generates.
impl Copy for QueryClientPixmapBytesRequest
impl Eq for QueryClientPixmapBytesRequest
impl StructuralPartialEq for QueryClientPixmapBytesRequest
Auto Trait Implementations§
impl Freeze for QueryClientPixmapBytesRequest
impl RefUnwindSafe for QueryClientPixmapBytesRequest
impl Send for QueryClientPixmapBytesRequest
impl Sync for QueryClientPixmapBytesRequest
impl Unpin for QueryClientPixmapBytesRequest
impl UnwindSafe for QueryClientPixmapBytesRequest
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