Struct x11_dl::xrandr::XRRCrtcTransformAttributes  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRRCrtcTransformAttributes { pub pendingTransform: XTransform, pub pendingFilter: *mut c_char, pub pendingNparams: c_int, pub pendingParams: *mut XFixed, pub currentTransform: XTransform, pub currentFilter: *mut c_char, pub currentNparams: c_int, pub currentParams: *mut XFixed, }
Fields
pendingTransform: XTransform
                           
                           
                           
                           pendingFilter: *mut c_char
                           
                           
                           
                           pendingNparams: c_int
                           
                           
                           
                           pendingParams: *mut XFixed
                           
                           
                           
                           currentTransform: XTransform
                           
                           
                           
                           currentFilter: *mut c_char
                           
                           
                           
                           currentNparams: c_int
                           
                           
                           
                           currentParams: *mut XFixed
                           
            Trait Implementations
impl Debug for XRRCrtcTransformAttributes[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRCrtcTransformAttributes[src]
fn clone(&self) -> XRRCrtcTransformAttributes[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 XRRCrtcTransformAttributes[src]
impl PartialEq for XRRCrtcTransformAttributes[src]
fn eq(&self, __arg_0: &XRRCrtcTransformAttributes) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcTransformAttributes) -> bool[src]
This method tests for !=.