Struct xcb::xv::QueryAdaptors
source · pub struct QueryAdaptors {
pub window: Window,
}
Expand description
The QueryAdaptors
request.
This request replies QueryAdaptorsReply.
Associated cookie types are QueryAdaptorsCookie and QueryAdaptorsCookieUnchecked.
Fields§
§window: Window
Trait Implementations§
source§impl Clone for QueryAdaptors
impl Clone for QueryAdaptors
source§fn clone(&self) -> QueryAdaptors
fn clone(&self) -> QueryAdaptors
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 QueryAdaptors
impl Debug for QueryAdaptors
source§impl RawRequest for QueryAdaptors
impl RawRequest for QueryAdaptors
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 QueryAdaptors
impl Request for QueryAdaptors
source§impl RequestWithReply for QueryAdaptors
impl RequestWithReply for QueryAdaptors
source§type Reply = QueryAdaptorsReply
type Reply = QueryAdaptorsReply
Reply associated with the request
source§type Cookie = QueryAdaptorsCookie
type Cookie = QueryAdaptorsCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryAdaptorsCookieUnchecked
type CookieUnchecked = QueryAdaptorsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryAdaptors
impl RefUnwindSafe for QueryAdaptors
impl Send for QueryAdaptors
impl Sync for QueryAdaptors
impl Unpin for QueryAdaptors
impl UnwindSafe for QueryAdaptors
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)