Struct x11::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 Clone for XRRCrtcTransformAttributes[src]
fn clone(&self) -> XRRCrtcTransformAttributes
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
impl Copy for XRRCrtcTransformAttributes[src]
impl PartialEq for XRRCrtcTransformAttributes[src]
fn eq(&self, __arg_0: &XRRCrtcTransformAttributes) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcTransformAttributes) -> bool
This method tests for !=.