pub struct InsertOptions {
pub expand: bool,
pub background: Vec<f64>,
}
Expand description
Options for insert operation
Fields§
§expand: bool
expand: bool
-> Expand output to hold all of both inputs
default: false
background: Vec<f64>
background: Vec<f64>
-> Color for new pixels
Trait Implementations§
Source§impl Clone for InsertOptions
impl Clone for InsertOptions
Source§fn clone(&self) -> InsertOptions
fn clone(&self) -> InsertOptions
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 InsertOptions
impl Debug for InsertOptions
Auto Trait Implementations§
impl Freeze for InsertOptions
impl RefUnwindSafe for InsertOptions
impl Send for InsertOptions
impl Sync for InsertOptions
impl Unpin for InsertOptions
impl UnwindSafe for InsertOptions
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