pub struct Matrix3x2F { /* private fields */ }Implementations§
Source§impl Matrix3x2F
impl Matrix3x2F
Trait Implementations§
Source§impl Clone for Matrix3x2F
impl Clone for Matrix3x2F
Source§fn clone(&self) -> Matrix3x2F
fn clone(&self) -> Matrix3x2F
Returns a duplicate 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 Matrix3x2F
impl Debug for Matrix3x2F
Source§impl Default for Matrix3x2F
impl Default for Matrix3x2F
Source§impl From<D2D_MATRIX_3X2_F> for Matrix3x2F
impl From<D2D_MATRIX_3X2_F> for Matrix3x2F
Source§fn from(src: D2D_MATRIX_3X2_F) -> Matrix3x2F
fn from(src: D2D_MATRIX_3X2_F) -> Matrix3x2F
Converts to this type from the input type.
Source§impl From<Matrix3x2F> for D2D_MATRIX_3X2_F
impl From<Matrix3x2F> for D2D_MATRIX_3X2_F
Source§fn from(src: Matrix3x2F) -> D2D_MATRIX_3X2_F
fn from(src: Matrix3x2F) -> D2D_MATRIX_3X2_F
Converts to this type from the input type.
impl Copy for Matrix3x2F
Auto Trait Implementations§
impl Freeze for Matrix3x2F
impl RefUnwindSafe for Matrix3x2F
impl Send for Matrix3x2F
impl Sync for Matrix3x2F
impl Unpin for Matrix3x2F
impl UnsafeUnpin for Matrix3x2F
impl UnwindSafe for Matrix3x2F
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