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
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 Debug for XRRCrtcInfo[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRCrtcInfo[src]
fn clone(&self) -> XRRCrtcInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRRCrtcInfo[src]
impl PartialEq for XRRCrtcInfo[src]
fn eq(&self, __arg_0: &XRRCrtcInfo) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcInfo) -> bool[src]
This method tests for !=.