Struct gltf::mesh::util::colors::RgbF32[][src]

pub struct RgbF32;

Type which describes how to cast any color into RGB f32.

Trait Implementations

impl Clone for RgbF32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RgbF32
[src]

Formats the value using the given formatter. Read more

impl Cast for RgbF32
[src]

Output type.

Cast from RGB u8.

Cast from RGB u16.

Cast from RGB f32.

Cast from RGBA u8.

Cast from RGBA u16.

Cast from RGBA f32.

Auto Trait Implementations

impl Send for RgbF32

impl Sync for RgbF32