[][src]Struct PMXUtil::pmx_loader::pmx_loader::PMXLoader

pub struct PMXLoader { /* fields omitted */ }

Methods

impl PMXLoader[src]

pub fn open<P: AsRef<Path>>(path: P) -> PMXLoader[src]

pub fn get_header(&self) -> PMXHeaderRust[src]

pub fn read_pmx_model_info(&mut self) -> Result<PMXModelInfo, ()>[src]

pub fn read_texture_list(&mut self) -> Result<PMXTextureList, ()>[src]

pub fn read_pmx_vertices(&mut self) -> Result<PMXVertices, ()>[src]

pub fn read_pmx_faces(&mut self) -> Result<PMXFaces, ()>[src]

pub fn read_pmx_materials(&mut self) -> Result<PMXMaterials, ()>[src]

pub fn read_pmx_bones(&mut self) -> Result<PMXBones, ()>[src]

pub fn read_pmx_morphs(&mut self) -> Result<PMXMorphs, ()>[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, 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.