[][src]Struct PMXUtil::pmx_types::pmx_types::PMXHeaderRust

pub struct PMXHeaderRust {
    pub magic: String,
    pub version: f32,
    pub length: u8,
    pub encode: Encode,
    pub additional_uv: u8,
    pub s_vertex_index: u8,
    pub s_texture_index: u8,
    pub s_material_index: u8,
    pub s_bone_index: u8,
    pub s_morph_index: u8,
    pub s_rigid_body_index: u8,
}

Fields

magic: Stringversion: f32length: u8encode: Encodeadditional_uv: u8s_vertex_index: u8s_texture_index: u8s_material_index: u8s_bone_index: u8s_morph_index: u8s_rigid_body_index: u8

Trait Implementations

impl Clone for PMXHeaderRust[src]

impl Debug for PMXHeaderRust[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.