Struct assimp_sys::AiQuaternion [] [src]

#[repr(C)]
pub struct AiQuaternion { pub w: c_float, pub x: c_float, pub y: c_float, pub z: c_float, }

Fields

Trait Implementations

impl Clone for AiQuaternion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiQuaternion
[src]

impl Debug for AiQuaternion
[src]

Formats the value using the given formatter.

impl PartialEq for AiQuaternion
[src]

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

This method tests for !=.