pub struct GetMonitor {
pub screen: u16,
}Expand description
The GetMonitor request.
This request replies GetMonitorReply.
Associated cookie types are GetMonitorCookie and GetMonitorCookieUnchecked.
Fields§
§screen: u16Trait Implementations§
Source§impl Clone for GetMonitor
impl Clone for GetMonitor
Source§fn clone(&self) -> GetMonitor
fn clone(&self) -> GetMonitor
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 GetMonitor
impl Debug for GetMonitor
Source§impl RawRequest for GetMonitor
impl RawRequest for GetMonitor
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 GetMonitor
impl Request for GetMonitor
Source§impl RequestWithReply for GetMonitor
impl RequestWithReply for GetMonitor
Source§type Reply = GetMonitorReply
type Reply = GetMonitorReply
Reply associated with the request
Source§type Cookie = GetMonitorCookie
type Cookie = GetMonitorCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetMonitorCookieUnchecked
type CookieUnchecked = GetMonitorCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetMonitor
impl RefUnwindSafe for GetMonitor
impl Send for GetMonitor
impl Sync for GetMonitor
impl Unpin for GetMonitor
impl UnwindSafe for GetMonitor
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