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