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

pub struct RgbU8;

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

Trait Implementations

impl Clone for RgbU8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RgbU8
[src]

Formats the value using the given formatter. Read more

impl Cast for RgbU8
[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 RgbU8

impl Sync for RgbU8