[][src]Struct gltf::skin::Reader

pub struct Reader<'a, 's, F> where
    F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, 
{ /* fields omitted */ }

Skin reader.

Methods

impl<'a, 's, F> Reader<'a, 's, F> where
    F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, 
[src]

pub fn read_inverse_bind_matrices(&self) -> Option<ReadInverseBindMatrices<'s>>[src]

Returns an Iterator that reads the inverse bind matrices of the skin.

Trait Implementations

impl<'a, 's, F: Clone> Clone for Reader<'a, 's, F> where
    F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, 
[src]

impl<'a, 's, F: Debug> Debug for Reader<'a, 's, F> where
    F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, 
[src]

Auto Trait Implementations

impl<'a, 's, F> Send for Reader<'a, 's, F> where
    F: Send

impl<'a, 's, F> Unpin for Reader<'a, 's, F> where
    F: Unpin

impl<'a, 's, F> Sync for Reader<'a, 's, F> where
    F: Sync

impl<'a, 's, F> UnwindSafe for Reader<'a, 's, F> where
    F: UnwindSafe

impl<'a, 's, F> RefUnwindSafe for Reader<'a, 's, F> where
    F: RefUnwindSafe

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]