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