[][src]Struct image::png::PNGReader

pub struct PNGReader<R: Read> { /* fields omitted */ }

PNG Reader

This reader will try to read the png one row at a time, however for interlaced png files this is not posible and these are therefore readed at once.

Trait Implementations

impl<R: Read> Read for PNGReader<R>[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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 = !

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]

impl<R> ReadBytesExt for R where
    R: Read + ?Sized
[src]

impl<T> SetParameter for T[src]