Struct titanium::desktop::gui::libdruid::piet::image_crate::codecs::png::ApngDecoder
pub struct ApngDecoder<R>where
R: Read,{ /* private fields */ }
Expand description
An AnimationDecoder
adapter of PngDecoder
.
See PngDecoder::apng
for more information.
Trait Implementations§
§impl<'a, R> AnimationDecoder<'a> for ApngDecoder<R>where
R: Read + 'a,
impl<'a, R> AnimationDecoder<'a> for ApngDecoder<R>where R: Read + 'a,
§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> RefUnwindSafe for ApngDecoder<R>where R: RefUnwindSafe,
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>where R: UnwindSafe,
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.