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