Struct assimp_sys::AiMatrix4x4 [] [src]

#[repr(C)]
pub struct AiMatrix4x4 { pub a1: c_float, pub a2: c_float, pub a3: c_float, pub a4: c_float, pub b1: c_float, pub b2: c_float, pub b3: c_float, pub b4: c_float, pub c1: c_float, pub c2: c_float, pub c3: c_float, pub c4: c_float, pub d1: c_float, pub d2: c_float, pub d3: c_float, pub d4: c_float, }

Fields

Trait Implementations

impl Clone for AiMatrix4x4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiMatrix4x4
[src]

impl Debug for AiMatrix4x4
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AiMatrix4x4
[src]

[src]

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

[src]

This method tests for !=.