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