pub struct SetMonitorRequest {
    pub window: u32,
    pub monitorinfo: MonitorInfo,
}Fields§
§window: u32§monitorinfo: MonitorInfoImplementations§
Trait Implementations§
Source§impl Clone for SetMonitorRequest
 
impl Clone for SetMonitorRequest
Source§fn clone(&self) -> SetMonitorRequest
 
fn clone(&self) -> SetMonitorRequest
Returns a duplicate 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 SetMonitorRequest
 
impl Debug for SetMonitorRequest
Source§impl Default for SetMonitorRequest
 
impl Default for SetMonitorRequest
Source§fn default() -> SetMonitorRequest
 
fn default() -> SetMonitorRequest
Returns the “default value” for a type. Read more
Source§impl Hash for SetMonitorRequest
 
impl Hash for SetMonitorRequest
Source§impl Ord for SetMonitorRequest
 
impl Ord for SetMonitorRequest
Source§fn cmp(&self, other: &SetMonitorRequest) -> Ordering
 
fn cmp(&self, other: &SetMonitorRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SetMonitorRequest
 
impl PartialEq for SetMonitorRequest
Source§impl PartialOrd for SetMonitorRequest
 
impl PartialOrd for SetMonitorRequest
Source§impl Request for SetMonitorRequest
 
impl Request for SetMonitorRequest
impl Eq for SetMonitorRequest
impl StructuralPartialEq for SetMonitorRequest
impl VoidRequest for SetMonitorRequest
Auto Trait Implementations§
impl Freeze for SetMonitorRequest
impl RefUnwindSafe for SetMonitorRequest
impl Send for SetMonitorRequest
impl Sync for SetMonitorRequest
impl Unpin for SetMonitorRequest
impl UnwindSafe for SetMonitorRequest
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