Struct x11rb::protocol::randr::SetMonitorRequest
source · pub struct SetMonitorRequest {
pub window: u32,
pub monitorinfo: MonitorInfo,
}
Fields§
§window: u32
§monitorinfo: MonitorInfo
Implementations§
Trait Implementations§
source§impl Clone for SetMonitorRequest
impl Clone for SetMonitorRequest
source§fn clone(&self) -> SetMonitorRequest
fn clone(&self) -> SetMonitorRequest
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 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 Request for SetMonitorRequest
impl Request 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