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