Struct x11_dl::xrandr::XRRMonitorInfo [−][src]
#[repr(C)]pub struct XRRMonitorInfo { pub name: Atom, pub primary: Bool, pub automatic: Bool, pub noutput: c_int, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub mwidth: c_int, pub mheight: c_int, pub outputs: *mut RROutput, }
Fields
name: Atom
primary: Bool
automatic: Bool
noutput: c_int
x: c_int
y: c_int
width: c_int
height: c_int
mwidth: c_int
mheight: c_int
outputs: *mut RROutput
Trait Implementations
impl Debug for XRRMonitorInfo[src]
impl Debug for XRRMonitorInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRRMonitorInfo[src]
impl Clone for XRRMonitorInfofn clone(&self) -> XRRMonitorInfo[src]
fn clone(&self) -> XRRMonitorInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRRMonitorInfo[src]
impl Copy for XRRMonitorInfoimpl PartialEq for XRRMonitorInfo[src]
impl PartialEq for XRRMonitorInfofn eq(&self, other: &XRRMonitorInfo) -> bool[src]
fn eq(&self, other: &XRRMonitorInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRMonitorInfo) -> bool[src]
fn ne(&self, other: &XRRMonitorInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRMonitorInfo
impl !Send for XRRMonitorInfoimpl !Sync for XRRMonitorInfo
impl !Sync for XRRMonitorInfo