Struct assimp_sys::AiVector3D [] [src]

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

Fields

Trait Implementations

impl Clone for AiVector3D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiVector3D
[src]

impl Debug for AiVector3D
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AiVector3D
[src]

[src]

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

[src]

This method tests for !=.