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