Struct x11::xrender::_XTransform
source · #[repr(C)]pub struct _XTransform {
pub matrix: [[XFixed; 3]; 3],
}
Fields§
§matrix: [[XFixed; 3]; 3]
Trait Implementations§
source§impl Clone for _XTransform
impl Clone for _XTransform
source§fn clone(&self) -> _XTransform
fn clone(&self) -> _XTransform
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 _XTransform
impl Debug for _XTransform
source§impl PartialEq<_XTransform> for _XTransform
impl PartialEq<_XTransform> for _XTransform
source§fn eq(&self, other: &_XTransform) -> bool
fn eq(&self, other: &_XTransform) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.