Struct image::codecs::png::ApngDecoder [−][src]
pub struct ApngDecoder<R: Read> { /* fields omitted */ }
An AnimationDecoder
adapter of PngDecoder
.
See PngDecoder::apng
for more information.
Trait Implementations
impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>
[src]
impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>
[src]fn into_frames(self) -> Frames<'a>ⓘ
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for ApngDecoder<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for ApngDecoder<R> where
R: Send,
R: Send,
impl<R> Sync for ApngDecoder<R> where
R: Sync,
R: Sync,
impl<R> Unpin for ApngDecoder<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for ApngDecoder<R> where
R: UnwindSafe,
R: UnwindSafe,