Struct assimp::math::matrix3::Matrix3x3 [] [src]

pub struct Matrix3x3(_);

Matrix3x3 docs

Methods

impl Matrix3x3
[src]

[src]

Trait Implementations

impl Clone for Matrix3x3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Matrix3x3
[src]

impl Debug for Matrix3x3
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Matrix3x3
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for Matrix3x3
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.