Struct gltf::mesh::util::indices::U32 [−][src]
pub struct U32;
Type which describes how to cast any index into u32.
Trait Implementations
impl Clone for U32[src]
impl Clone for U32fn clone(&self) -> U32[src]
fn clone(&self) -> U32Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for U32[src]
impl Debug for U32fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Cast for U32[src]
impl Cast for U32