#[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 for _XTransform
impl PartialEq for _XTransform
impl Copy for _XTransform
impl StructuralPartialEq for _XTransform
Auto Trait Implementations§
impl Freeze for _XTransform
impl RefUnwindSafe for _XTransform
impl Send for _XTransform
impl Sync for _XTransform
impl Unpin for _XTransform
impl UnwindSafe for _XTransform
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more