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