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