Struct xcb::glx::GetColorTableCookie
source · pub struct GetColorTableCookie { /* private fields */ }
Expand description
Cookie type for GetColorTable.
This cookie can be used to get a GetColorTableReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetColorTableCookie
impl Cookie for GetColorTableCookie
source§impl CookieWithReplyChecked for GetColorTableCookie
impl CookieWithReplyChecked for GetColorTableCookie
source§type Reply = GetColorTableReply
type Reply = GetColorTableReply
The reply type associated with the cookie
source§impl Debug for GetColorTableCookie
impl Debug for GetColorTableCookie
impl CookieChecked for GetColorTableCookie
Auto Trait Implementations§
impl Freeze for GetColorTableCookie
impl RefUnwindSafe for GetColorTableCookie
impl Send for GetColorTableCookie
impl Sync for GetColorTableCookie
impl Unpin for GetColorTableCookie
impl UnwindSafe for GetColorTableCookie
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