Struct x11::xrender::_XTransform
source · [−]Fields
matrix: [[XFixed; 3]; 3]
Trait Implementations
sourceimpl Clone for _XTransform
impl Clone for _XTransform
sourcefn clone(&self) -> _XTransform
fn clone(&self) -> _XTransform
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 _XTransform
impl Debug for _XTransform
sourceimpl PartialEq<_XTransform> for _XTransform
impl PartialEq<_XTransform> for _XTransform
sourcefn 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 ==
. Read more
impl Copy for _XTransform
impl StructuralPartialEq for _XTransform
Auto Trait Implementations
impl RefUnwindSafe for _XTransform
impl Send for _XTransform
impl Sync for _XTransform
impl Unpin for _XTransform
impl UnwindSafe for _XTransform
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