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