Enum gltf::mesh::util::ReadJoints [−][src]
Vertex joints.
Variants
U8(Iter<'a, [u8; 4]>)Joints of type [u8; 4].
Refer to the documentation on morph targets and skins for more
information.
U16(Iter<'a, [u16; 4]>)Joints of type [u16; 4].
Refer to the documentation on morph targets and skins for more
information.
Methods
impl<'a> ReadJoints<'a>[src]
impl<'a> ReadJoints<'a>ⓘImportant traits for CastingIter<'a, A>pub fn into_u16(self) -> CastingIter<'a, U16>[src]
ⓘImportant traits for CastingIter<'a, A>
pub fn into_u16(self) -> CastingIter<'a, U16>Reinterpret joints as u16, which can fit any possible joint.
Trait Implementations
impl<'a> Clone for ReadJoints<'a>[src]
impl<'a> Clone for ReadJoints<'a>fn clone(&self) -> ReadJoints<'a>[src]
fn clone(&self) -> ReadJoints<'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 ReadJoints<'a>[src]
impl<'a> Debug for ReadJoints<'a>Auto Trait Implementations
impl<'a> Send for ReadJoints<'a>
impl<'a> Send for ReadJoints<'a>impl<'a> Sync for ReadJoints<'a>
impl<'a> Sync for ReadJoints<'a>