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