Struct gltf::mesh::util::colors::RgbU8 [−][src]
pub struct RgbU8;
Expand description
Type which describes how to cast any color into RGB u8.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RgbU8
impl UnwindSafe for RgbU8
Blanket Implementations
Mutably borrows from an owned value. Read more