pub struct ImageDecoderBuilder {}
Expand description
A blank builder for the image decoder
Implementations§
Auto Trait Implementations§
impl Freeze for ImageDecoderBuilder
impl RefUnwindSafe for ImageDecoderBuilder
impl Send for ImageDecoderBuilder
impl Sync for ImageDecoderBuilder
impl Unpin for ImageDecoderBuilder
impl UnwindSafe for ImageDecoderBuilder
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