[][src]Struct mmd::pmx::reader::texture::TextureReader

pub struct TextureReader<R> {
    pub settings: Settings,
    pub count: i32,
    pub remaining: i32,
    // some fields omitted
}

Fields

settings: Settingscount: i32remaining: i32

Methods

impl<R: Read> TextureReader<R>[src]

pub fn new(v: SurfaceReader<R>) -> Result<TextureReader<R>, Error>[src]

pub fn next(&mut self) -> Result<Option<String>, Error>[src]

pub fn iter(&mut self) -> TextureIterator<R>[src]

Auto Trait Implementations

impl<R> Send for TextureReader<R> where
    R: Send

impl<R> Sync for TextureReader<R> where
    R: Sync

impl<R> Unpin for TextureReader<R> where
    R: Unpin

impl<R> UnwindSafe for TextureReader<R> where
    R: UnwindSafe

impl<R> RefUnwindSafe for TextureReader<R> where
    R: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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.

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]