Struct xcb::render::QueryPictFormatsCookie
source · pub struct QueryPictFormatsCookie { /* private fields */ }
Expand description
Cookie type for QueryPictFormats.
This cookie can be used to get a QueryPictFormatsReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for QueryPictFormatsCookie
impl Cookie for QueryPictFormatsCookie
source§impl CookieWithReplyChecked for QueryPictFormatsCookie
impl CookieWithReplyChecked for QueryPictFormatsCookie
source§type Reply = QueryPictFormatsReply
type Reply = QueryPictFormatsReply
The reply type associated with the cookie
source§impl Debug for QueryPictFormatsCookie
impl Debug for QueryPictFormatsCookie
impl CookieChecked for QueryPictFormatsCookie
Auto Trait Implementations§
impl Freeze for QueryPictFormatsCookie
impl RefUnwindSafe for QueryPictFormatsCookie
impl Send for QueryPictFormatsCookie
impl Sync for QueryPictFormatsCookie
impl Unpin for QueryPictFormatsCookie
impl UnwindSafe for QueryPictFormatsCookie
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