Struct xcb::randr::GetMonitors
source · 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: bool
Trait 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
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
)