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