[][src]Enum fbxcel_dom::v7400::data::mesh::layer::ReferenceInformation

pub enum ReferenceInformation<'a> {
    Direct,
    IndexToDirect(&'a [i32]),
}

Reference information.

Variants

Direct

Direct.

IndexToDirect(&'a [i32])

Index to direct.

Trait Implementations

impl<'_> From<ReferenceInformation<'_>> for ReferenceMode[src]

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

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

impl<'a> Eq for ReferenceInformation<'a>[src]

impl<'a> Ord for ReferenceInformation<'a>[src]

impl<'a> PartialEq<ReferenceInformation<'a>> for ReferenceInformation<'a>[src]

impl<'a> PartialOrd<ReferenceInformation<'a>> for ReferenceInformation<'a>[src]

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

impl<'a> Hash for ReferenceInformation<'a>[src]

impl<'a> StructuralPartialEq for ReferenceInformation<'a>[src]

impl<'a> StructuralEq for ReferenceInformation<'a>[src]

Auto Trait Implementations

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]