Struct skia_safe::codec::GifDecoder
source · pub struct GifDecoder;
Trait Implementations§
source§impl Debug for GifDecoder
impl Debug for GifDecoder
Auto Trait Implementations§
impl RefUnwindSafe for GifDecoder
impl Send for GifDecoder
impl Sync for GifDecoder
impl Unpin for GifDecoder
impl UnwindSafe for GifDecoder
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