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