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