Enum gltf::mesh::Weights [] [src]

pub enum Weights<'a> {
    F32(Iter<'a, [f32; 4]>),
    U8(Iter<'a, [u8; 4]>),
    U16(Iter<'a, [u16; 4]>),
}

Weights, Refer to the documentation on morph targets for more information.

Variants

Weights of type [f32; 4].

Weights of type [u8; 4].

Weights of type [u16; 4].

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.