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