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