pub struct ApngDecoder<R>where
R: Read,{ /* private fields */ }Expand description
An AnimationDecoder adapter of PngDecoder.
See PngDecoder::apng for more information.
Trait Implementations§
Source§impl<'a, R> AnimationDecoder<'a> for ApngDecoder<R>where
R: Read + 'a,
impl<'a, R> AnimationDecoder<'a> for ApngDecoder<R>where
R: Read + 'a,
Source§fn into_frames(self) -> Frames<'a> ⓘ
fn into_frames(self) -> Frames<'a> ⓘ
Consume the decoder producing a series of frames.
Auto Trait Implementations§
impl<R> Freeze for ApngDecoder<R>where
R: Freeze,
impl<R> !RefUnwindSafe for ApngDecoder<R>
impl<R> Send for ApngDecoder<R>where
R: Send,
impl<R> Sync for ApngDecoder<R>where
R: Sync,
impl<R> Unpin for ApngDecoder<R>where
R: Unpin,
impl<R> !UnwindSafe for ApngDecoder<R>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.