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