pub struct ImageImportOpts { /* private fields */ }
Expand description
Adjust how an image is imported.
Implementations§
Source§impl ImageImportOpts
impl ImageImportOpts
Sourcepub fn builder() -> ImageImportOptsBuilder
pub fn builder() -> ImageImportOptsBuilder
Returns a new instance of a builder for ImageImportOpts.
Trait Implementations§
Source§impl Clone for ImageImportOpts
impl Clone for ImageImportOpts
Source§fn clone(&self) -> ImageImportOpts
fn clone(&self) -> ImageImportOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageImportOpts
impl Debug for ImageImportOpts
Source§impl Default for ImageImportOpts
impl Default for ImageImportOpts
Source§fn default() -> ImageImportOpts
fn default() -> ImageImportOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageImportOpts
impl RefUnwindSafe for ImageImportOpts
impl Send for ImageImportOpts
impl Sync for ImageImportOpts
impl Unpin for ImageImportOpts
impl UnwindSafe for ImageImportOpts
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