Struct assimp_sys::AiMatrix3x3 [] [src]

#[repr(C)]
pub struct AiMatrix3x3 { pub a1: c_float, pub a2: c_float, pub a3: c_float, pub b1: c_float, pub b2: c_float, pub b3: c_float, pub c1: c_float, pub c2: c_float, pub c3: c_float, }

Fields

Trait Implementations

impl Clone for AiMatrix3x3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiMatrix3x3
[src]

impl Debug for AiMatrix3x3
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AiMatrix3x3
[src]

[src]

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

[src]

This method tests for !=.