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]
impl Debug for XRRCrtcTransformAttributesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRRCrtcTransformAttributes[src]
impl Clone for XRRCrtcTransformAttributesfn clone(&self) -> XRRCrtcTransformAttributes[src]
fn clone(&self) -> XRRCrtcTransformAttributesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRRCrtcTransformAttributes[src]
impl Copy for XRRCrtcTransformAttributesimpl PartialEq for XRRCrtcTransformAttributes[src]
impl PartialEq for XRRCrtcTransformAttributesfn eq(&self, other: &XRRCrtcTransformAttributes) -> bool[src]
fn eq(&self, other: &XRRCrtcTransformAttributes) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRCrtcTransformAttributes) -> bool[src]
fn ne(&self, other: &XRRCrtcTransformAttributes) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRCrtcTransformAttributes
impl !Send for XRRCrtcTransformAttributesimpl !Sync for XRRCrtcTransformAttributes
impl !Sync for XRRCrtcTransformAttributes