Enum gltf::mesh::util::ReadIndices [−][src]
Index data.
Variants
U8(Iter<'a, u8>)Index data of type U8
U16(Iter<'a, u16>)Index data of type U16
U32(Iter<'a, u32>)Index data of type U32
Methods
impl<'a> ReadIndices<'a>[src]
impl<'a> ReadIndices<'a>ⓘImportant traits for CastingIter<'a, A>pub fn into_u32(self) -> CastingIter<'a, U32>[src]
ⓘImportant traits for CastingIter<'a, A>
pub fn into_u32(self) -> CastingIter<'a, U32>Reinterpret indices as u32, which can fit any possible index.
Trait Implementations
impl<'a> Clone for ReadIndices<'a>[src]
impl<'a> Clone for ReadIndices<'a>fn clone(&self) -> ReadIndices<'a>[src]
fn clone(&self) -> ReadIndices<'a>Returns 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<'a> Debug for ReadIndices<'a>[src]
impl<'a> Debug for ReadIndices<'a>Auto Trait Implementations
impl<'a> Send for ReadIndices<'a>
impl<'a> Send for ReadIndices<'a>impl<'a> Sync for ReadIndices<'a>
impl<'a> Sync for ReadIndices<'a>