Struct gltf::skin::Reader [−][src]
pub struct Reader<'a, 's, F> where
F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, { /* fields omitted */ }
Expand description
Skin reader.
Implementations
Returns an Iterator
that reads the inverse bind matrices of
the skin.
Trait Implementations
Auto Trait Implementations
impl<'a, 's, F> RefUnwindSafe for Reader<'a, 's, F> where
F: RefUnwindSafe,
impl<'a, 's, F> UnwindSafe for Reader<'a, 's, F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more