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