pub struct DecodePng { /* private fields */ }
Expand description
Builder for the DecodePng
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodePng
impl RefUnwindSafe for DecodePng
impl Send for DecodePng
impl Sync for DecodePng
impl Unpin for DecodePng
impl UnwindSafe for DecodePng
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