Struct x11::xrandr::XRRCrtcTransformAttributes
source · #[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§
source§impl Clone for XRRCrtcTransformAttributes
impl Clone for XRRCrtcTransformAttributes
source§fn clone(&self) -> XRRCrtcTransformAttributes
fn clone(&self) -> XRRCrtcTransformAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRRCrtcTransformAttributes
impl Debug for XRRCrtcTransformAttributes
source§impl PartialEq<XRRCrtcTransformAttributes> for XRRCrtcTransformAttributes
impl PartialEq<XRRCrtcTransformAttributes> for XRRCrtcTransformAttributes
source§fn eq(&self, other: &XRRCrtcTransformAttributes) -> bool
fn eq(&self, other: &XRRCrtcTransformAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.