Struct direct2d::math::Matrix3x2F [] [src]

#[repr(C)]
pub struct Matrix3x2F(pub D2D1_MATRIX_3X2_F);

Methods

impl Matrix3x2F
[src]

Trait Implementations

impl Copy for Matrix3x2F
[src]

impl Clone for Matrix3x2F
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Matrix3x2F
[src]

Formats the value using the given formatter.

impl Deref for Matrix3x2F
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Matrix3x2F
[src]

The method called to mutably dereference a value

impl Mul for Matrix3x2F
[src]

The resulting type after applying the * operator

The method for the * operator

impl PartialEq for Matrix3x2F
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.