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

Trait Implementations

impl Debug for XRRMonitorInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for XRRMonitorInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XRRMonitorInfo
[src]

impl PartialEq for XRRMonitorInfo
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.