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