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