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