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