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