Struct x11_dl::xrandr::XRRCrtcInfo [] [src]

#[repr(C)]
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

Trait Implementations

impl Clone for XRRCrtcInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRCrtcInfo
[src]

impl PartialEq for XRRCrtcInfo
[src]

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

This method tests for !=.