#[non_exhaustive]pub struct ConvertColorOptions { /* private fields */ }
Expand description
Inputs to ImageBuffer::copy_from_color_space
.
Trait Implementations§
Source§impl Default for ConvertColorOptions
impl Default for ConvertColorOptions
Source§fn default() -> ConvertColorOptions
fn default() -> ConvertColorOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConvertColorOptions
impl !RefUnwindSafe for ConvertColorOptions
impl !Send for ConvertColorOptions
impl !Sync for ConvertColorOptions
impl Unpin for ConvertColorOptions
impl !UnwindSafe for ConvertColorOptions
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