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