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