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