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