Struct assimp::math::color3::Color3D [] [src]

pub struct Color3D(_);

Color3D docs

Methods

impl Color3D
[src]

Trait Implementations

impl Clone for Color3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Color3D
[src]

impl Debug for Color3D
[src]

Formats the value using the given formatter.

impl PartialEq for Color3D
[src]

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

This method tests for !=.

impl Deref for Color3D
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<[f32; 3]> for Color3D
[src]

Performs the conversion.

impl Into<[f32; 3]> for Color3D
[src]

Performs the conversion.