[][src]Struct fbxcel_dom::v7400::object::deformer::SkinHandle

pub struct SkinHandle<'a> { /* fields omitted */ }

Deformer node handle (skin).

Methods

impl<'a> SkinHandle<'a>[src]

pub fn mesh(&self) -> Result<MeshHandle<'a>, Error>[src]

Returns the parant geometry mesh.

pub fn clusters(&self) -> impl Iterator<Item = ClusterHandle<'a>>[src]

Returns an iterator of child subdeformer clusters.

Trait Implementations

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

impl<'a> Copy for SkinHandle<'a>[src]

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

impl<'a> Deref for SkinHandle<'a>[src]

type Target = DeformerHandle<'a>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a> Send for SkinHandle<'a>

impl<'a> Sync for SkinHandle<'a>

impl<'a> Unpin for SkinHandle<'a>

impl<'a> UnwindSafe for SkinHandle<'a>

impl<'a> RefUnwindSafe for SkinHandle<'a>

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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