Enum three_d::core::Indices [−][src]
Expand description
An array of indices. Supports different data types.
Variants
U8(Vec<u8>)
Uses unsigned 8 bit integer for each index.
U16(Vec<u16>)
Uses unsigned 16 bit integer for each index.
U32(Vec<u32>)
Uses unsigned 32 bit integer for each index.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Indices
impl UnwindSafe for Indices
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more