Struct QueryClientPixmapBytesRequest
pub struct QueryClientPixmapBytesRequest {
pub xid: u32,
}Fields§
§xid: u32Implementations§
Trait Implementations§
§impl Clone for QueryClientPixmapBytesRequest
impl Clone for QueryClientPixmapBytesRequest
§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 more§impl Debug for QueryClientPixmapBytesRequest
impl Debug for QueryClientPixmapBytesRequest
§impl Default for QueryClientPixmapBytesRequest
impl Default for QueryClientPixmapBytesRequest
§fn default() -> QueryClientPixmapBytesRequest
fn default() -> QueryClientPixmapBytesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for QueryClientPixmapBytesRequest
impl ReplyRequest for QueryClientPixmapBytesRequest
§type Reply = QueryClientPixmapBytesReply
type Reply = QueryClientPixmapBytesReply
The kind of reply that this request generates.
§impl Request for QueryClientPixmapBytesRequest
impl Request for QueryClientPixmapBytesRequest
impl Copy 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