Struct xcb::render::QueryPictFormats
source · 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 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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)