Struct libvips_rs::ops::MatrixsaveOptions
source · pub struct MatrixsaveOptions {
pub strip: bool,
pub background: Vec<f64>,
pub page_height: i32,
}
Expand description
Options for matrixsave operation
Fields§
§strip: bool
strip: bool
-> Strip all metadata from image
default: false
background: Vec<f64>
background: Vec<f64>
-> Background value
page_height: i32
page_height: i32
-> Set page height for multipage save
min: 0, max: 10000000, default: 0
Trait Implementations§
source§impl Clone for MatrixsaveOptions
impl Clone for MatrixsaveOptions
source§fn clone(&self) -> MatrixsaveOptions
fn clone(&self) -> MatrixsaveOptions
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 MatrixsaveOptions
impl Debug for MatrixsaveOptions
Auto Trait Implementations§
impl RefUnwindSafe for MatrixsaveOptions
impl Send for MatrixsaveOptions
impl Sync for MatrixsaveOptions
impl Unpin for MatrixsaveOptions
impl UnwindSafe for MatrixsaveOptions
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