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