Struct xcb::randr::GetProviders
source · pub struct GetProviders {
pub window: Window,
}
Expand description
The GetProviders
request.
This request replies GetProvidersReply.
Associated cookie types are GetProvidersCookie and GetProvidersCookieUnchecked.
Fields§
§window: Window
Trait Implementations§
source§impl Clone for GetProviders
impl Clone for GetProviders
source§fn clone(&self) -> GetProviders
fn clone(&self) -> GetProviders
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 GetProviders
impl Debug for GetProviders
source§impl RawRequest for GetProviders
impl RawRequest for GetProviders
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 GetProviders
impl Request for GetProviders
source§impl RequestWithReply for GetProviders
impl RequestWithReply for GetProviders
source§type Reply = GetProvidersReply
type Reply = GetProvidersReply
Reply associated with the request
source§type Cookie = GetProvidersCookie
type Cookie = GetProvidersCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetProvidersCookieUnchecked
type CookieUnchecked = GetProvidersCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetProviders
impl RefUnwindSafe for GetProviders
impl Send for GetProviders
impl Sync for GetProviders
impl Unpin for GetProviders
impl UnwindSafe for GetProviders
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
)