Enum gltf::mesh::Indices [] [src]

pub enum Indices<'a> {
    U8(Iter<'a, u8>),
    U16(Iter<'a, u16>),
    U32(Iter<'a, u32>),
}

Index data.

Variants

Index data of type U8

Index data of type U16

Index data of type U32

Trait Implementations

impl<'a> Clone for Indices<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Indices<'a>
[src]

Formats the value using the given formatter.