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