Struct image::codecs::pnm::PnmDecoder [−][src]
pub struct PnmDecoder<R> { /* fields omitted */ }
PNM decoder
Implementations
impl<R: Read> PnmDecoder<R>
[src][−]
pub fn new(read: R) -> ImageResult<PnmDecoder<R>>
[src][−]
Create a new decoder that decodes from the stream read
pub fn into_inner(self) -> (R, PnmHeader)
[src][−]
Extract the reader and header after an image has been read.
impl<R: Read> PnmDecoder<R>
[src][−]
pub fn subtype(&self) -> PNMSubtype
[src][−]
Get the pnm subtype, depending on the magic constant contained in the header
Trait Implementations
impl<'a, R: 'a + Read> ImageDecoder<'a> for PnmDecoder<R>
[src][+]
Auto Trait Implementations
impl<R> RefUnwindSafe for PnmDecoder<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for PnmDecoder<R> where
R: Send,
R: Send,
impl<R> Sync for PnmDecoder<R> where
R: Sync,
R: Sync,
impl<R> Unpin for PnmDecoder<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for PnmDecoder<R> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,