[][src]Struct fbxcel_dom::v7400::data::mesh::layer::material::MaterialIndex

pub struct MaterialIndex(_);

Material index.

Methods

impl MaterialIndex[src]

pub fn to_u32(self) -> u32[src]

Returns the material index.

pub fn get_u32(self) -> u32[src]

Deprecated since 0.0.3:

Renamed to to_u32

Returns the material index.

Trait Implementations

impl Clone for MaterialIndex[src]

impl Copy for MaterialIndex[src]

impl Eq for MaterialIndex[src]

impl Ord for MaterialIndex[src]

impl PartialEq<MaterialIndex> for MaterialIndex[src]

impl PartialOrd<MaterialIndex> for MaterialIndex[src]

impl Debug for MaterialIndex[src]

impl Hash for MaterialIndex[src]

impl StructuralPartialEq for MaterialIndex[src]

impl StructuralEq for MaterialIndex[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]