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
sourceimpl Clone for XRRCrtcTransformAttributes
impl Clone for XRRCrtcTransformAttributes
sourcefn clone(&self) -> XRRCrtcTransformAttributes
fn clone(&self) -> XRRCrtcTransformAttributes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XRRCrtcTransformAttributes
impl Debug for XRRCrtcTransformAttributes
sourceimpl PartialEq<XRRCrtcTransformAttributes> for XRRCrtcTransformAttributes
impl PartialEq<XRRCrtcTransformAttributes> for XRRCrtcTransformAttributes
sourcefn 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 ==
. Read more
impl Copy for XRRCrtcTransformAttributes
impl StructuralPartialEq for XRRCrtcTransformAttributes
Auto Trait Implementations
impl RefUnwindSafe for XRRCrtcTransformAttributes
impl !Send for XRRCrtcTransformAttributes
impl !Sync for XRRCrtcTransformAttributes
impl Unpin for XRRCrtcTransformAttributes
impl UnwindSafe for XRRCrtcTransformAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more