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