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