pub struct QueryClientPixmapBytes {
pub xid: u32,
}Expand description
The QueryClientPixmapBytes request.
This request replies QueryClientPixmapBytesReply.
Associated cookie types are QueryClientPixmapBytesCookie and QueryClientPixmapBytesCookieUnchecked.
Fields§
§xid: u32Trait Implementations§
Source§impl Clone for QueryClientPixmapBytes
impl Clone for QueryClientPixmapBytes
Source§fn clone(&self) -> QueryClientPixmapBytes
fn clone(&self) -> QueryClientPixmapBytes
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 QueryClientPixmapBytes
impl Debug for QueryClientPixmapBytes
Source§impl RawRequest for QueryClientPixmapBytes
impl RawRequest for QueryClientPixmapBytes
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 QueryClientPixmapBytes
impl Request for QueryClientPixmapBytes
Source§impl RequestWithReply for QueryClientPixmapBytes
impl RequestWithReply for QueryClientPixmapBytes
Source§type Reply = QueryClientPixmapBytesReply
type Reply = QueryClientPixmapBytesReply
Reply associated with the request
Source§type Cookie = QueryClientPixmapBytesCookie
type Cookie = QueryClientPixmapBytesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryClientPixmapBytesCookieUnchecked
type CookieUnchecked = QueryClientPixmapBytesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryClientPixmapBytes
impl RefUnwindSafe for QueryClientPixmapBytes
impl Send for QueryClientPixmapBytes
impl Sync for QueryClientPixmapBytes
impl Unpin for QueryClientPixmapBytes
impl UnwindSafe for QueryClientPixmapBytes
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