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