pub struct QueryPictFormats {}Expand description
The QueryPictFormats request.
This request replies QueryPictFormatsReply.
Associated cookie types are QueryPictFormatsCookie and QueryPictFormatsCookieUnchecked.
Trait Implementations§
Source§impl Clone for QueryPictFormats
impl Clone for QueryPictFormats
Source§fn clone(&self) -> QueryPictFormats
fn clone(&self) -> QueryPictFormats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryPictFormats
impl Debug for QueryPictFormats
Source§impl RawRequest for QueryPictFormats
impl RawRequest for QueryPictFormats
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 QueryPictFormats
impl Request for QueryPictFormats
Source§impl RequestWithReply for QueryPictFormats
impl RequestWithReply for QueryPictFormats
Source§type Reply = QueryPictFormatsReply
type Reply = QueryPictFormatsReply
Reply associated with the request
Source§type Cookie = QueryPictFormatsCookie
type Cookie = QueryPictFormatsCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryPictFormatsCookieUnchecked
type CookieUnchecked = QueryPictFormatsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryPictFormats
impl RefUnwindSafe for QueryPictFormats
impl Send for QueryPictFormats
impl Sync for QueryPictFormats
impl Unpin for QueryPictFormats
impl UnsafeUnpin for QueryPictFormats
impl UnwindSafe for QueryPictFormats
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