pub struct SetMonitor<'a> {
pub window: Window,
pub monitorinfo: &'a MonitorInfo,
}Expand description
The SetMonitor request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§window: Window§monitorinfo: &'a MonitorInfoTrait Implementations§
Source§impl<'a> Clone for SetMonitor<'a>
impl<'a> Clone for SetMonitor<'a>
Source§fn clone(&self) -> SetMonitor<'a>
fn clone(&self) -> SetMonitor<'a>
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<'a> Debug for SetMonitor<'a>
impl<'a> Debug for SetMonitor<'a>
Source§impl<'a> RawRequest for SetMonitor<'a>
impl<'a> RawRequest for SetMonitor<'a>
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<'a> Request for SetMonitor<'a>
impl<'a> Request for SetMonitor<'a>
impl<'a> RequestWithoutReply for SetMonitor<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetMonitor<'a>
impl<'a> RefUnwindSafe for SetMonitor<'a>
impl<'a> Send for SetMonitor<'a>
impl<'a> Sync for SetMonitor<'a>
impl<'a> Unpin for SetMonitor<'a>
impl<'a> UnwindSafe for SetMonitor<'a>
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