Struct xcb::res::QueryClientPixmapBytesCookieUnchecked
source · pub struct QueryClientPixmapBytesCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for QueryClientPixmapBytes.
This cookie can be used to get a QueryClientPixmapBytesReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl CookieWithReplyUnchecked for QueryClientPixmapBytesCookieUnchecked
impl CookieWithReplyUnchecked for QueryClientPixmapBytesCookieUnchecked
source§type Reply = QueryClientPixmapBytesReply
type Reply = QueryClientPixmapBytesReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for QueryClientPixmapBytesCookieUnchecked
impl RefUnwindSafe for QueryClientPixmapBytesCookieUnchecked
impl Send for QueryClientPixmapBytesCookieUnchecked
impl Sync for QueryClientPixmapBytesCookieUnchecked
impl Unpin for QueryClientPixmapBytesCookieUnchecked
impl UnwindSafe for QueryClientPixmapBytesCookieUnchecked
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