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