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

pub struct RgbU16;

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

Trait Implementations

impl Clone for RgbU16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RgbU16
[src]

Formats the value using the given formatter. Read more

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

impl Sync for RgbU16