[go: up one dir, main page]

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

pub struct RgbaU8;

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

Trait Implementations

impl Clone for RgbaU8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RgbaU8
[src]

Formats the value using the given formatter. Read more

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

impl Sync for RgbaU8