Struct gltf::animation::util::Reader [−][src]
pub struct Reader<'a, 's, F> where
F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, { /* fields omitted */ }
Expand description
Animation channel reader.
Implementations
Visits the input samples of a channel.
Visits the output samples of a channel.
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