pub struct DrawImageOptions {
pub mode: CombineMode,
}
Expand description
Options for draw_image operation
Fields§
§mode: CombineMode
mode: CombineMode
-> Combining mode
Set
-> VIPS_COMBINE_MODE_SET = 0 [DEFAULT]
Add
-> VIPS_COMBINE_MODE_ADD = 1
Last
-> VIPS_COMBINE_MODE_LAST = 2
Trait Implementations§
Source§impl Clone for DrawImageOptions
impl Clone for DrawImageOptions
Source§fn clone(&self) -> DrawImageOptions
fn clone(&self) -> DrawImageOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DrawImageOptions
impl Debug for DrawImageOptions
Auto Trait Implementations§
impl Freeze for DrawImageOptions
impl RefUnwindSafe for DrawImageOptions
impl Send for DrawImageOptions
impl Sync for DrawImageOptions
impl Unpin for DrawImageOptions
impl UnwindSafe for DrawImageOptions
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