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