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