pub struct QueryFence {
pub fence: Fence,
}Expand description
The QueryFence request.
This request replies QueryFenceReply.
Associated cookie types are QueryFenceCookie and QueryFenceCookieUnchecked.
Fields§
§fence: FenceTrait Implementations§
Source§impl Clone for QueryFence
impl Clone for QueryFence
Source§fn clone(&self) -> QueryFence
fn clone(&self) -> QueryFence
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryFence
impl Debug for QueryFence
Source§impl RawRequest for QueryFence
impl RawRequest for QueryFence
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for QueryFence
impl Request for QueryFence
Source§impl RequestWithReply for QueryFence
impl RequestWithReply for QueryFence
Source§type Reply = QueryFenceReply
type Reply = QueryFenceReply
Reply associated with the request
Source§type Cookie = QueryFenceCookie
type Cookie = QueryFenceCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryFenceCookieUnchecked
type CookieUnchecked = QueryFenceCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryFence
impl RefUnwindSafe for QueryFence
impl Send for QueryFence
impl Sync for QueryFence
impl Unpin for QueryFence
impl UnwindSafe for QueryFence
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