Struct xcb::glx::QueryServerStringReply
source · pub struct QueryServerStringReply { /* private fields */ }
Expand description
Reply type for QueryServerString.
Can be obtained from a QueryServerStringCookie with Connection::wait_for_reply or from a QueryServerStringCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryServerStringReply
impl Debug for QueryServerStringReply
source§impl Drop for QueryServerStringReply
impl Drop for QueryServerStringReply
source§impl Reply for QueryServerStringReply
impl Reply for QueryServerStringReply
impl Send for QueryServerStringReply
impl Sync for QueryServerStringReply
Auto Trait Implementations§
impl Freeze for QueryServerStringReply
impl RefUnwindSafe for QueryServerStringReply
impl Unpin for QueryServerStringReply
impl UnwindSafe for QueryServerStringReply
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