Struct x11::xrandr::XRRCrtcInfo [] [src]

pub struct XRRCrtcInfo {
    pub timestamp: Time,
    pub x: c_int,
    pub y: c_int,
    pub width: c_uint,
    pub height: c_uint,
    pub mode: RRMode,
    pub rotation: Rotation,
    pub noutput: c_int,
    pub outputs: *mut RROutput,
    pub rotations: Rotation,
    pub npossible: c_int,
    pub possible: *mut RROutput,
}

Fields

timestamp: Time x: c_int y: c_int width: c_uint height: c_uint mode: RRMode rotation: Rotation noutput: c_int outputs: *mut RROutput rotations: Rotation npossible: c_int possible: *mut RROutput

Trait Implementations

impl PartialEq for XRRCrtcInfo
[src]

fn eq(&self, __arg_0: &XRRCrtcInfo) -> bool

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

fn ne(&self, __arg_0: &XRRCrtcInfo) -> bool

This method tests for !=.

impl Copy for XRRCrtcInfo
[src]

impl Clone for XRRCrtcInfo
[src]

fn clone(&self) -> XRRCrtcInfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more