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