pub struct GetScreenInfo {
pub window: Window,
}Expand description
The GetScreenInfo request.
This request replies GetScreenInfoReply.
Associated cookie types are GetScreenInfoCookie and GetScreenInfoCookieUnchecked.
Fields§
§window: WindowTrait 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