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