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