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