Struct assimp_sys::AiColor3D [] [src]

#[repr(C, packed)]
pub struct AiColor3D { pub r: c_float, pub g: c_float, pub b: c_float, }

Fields

Trait Implementations

impl Clone for AiColor3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiColor3D
[src]

impl Debug for AiColor3D
[src]

Formats the value using the given formatter.

impl PartialEq for AiColor3D
[src]

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

This method tests for !=.