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