pub struct BlackOptions {
pub bands: i32,
}
Expand description
Options for black operation
Fields§
§bands: i32
bands: i32
-> Number of bands in image
min: 1, max: 10000000, default: 1
Trait Implementations§
Source§impl Clone for BlackOptions
impl Clone for BlackOptions
Source§fn clone(&self) -> BlackOptions
fn clone(&self) -> BlackOptions
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 BlackOptions
impl Debug for BlackOptions
Auto Trait Implementations§
impl Freeze for BlackOptions
impl RefUnwindSafe for BlackOptions
impl Send for BlackOptions
impl Sync for BlackOptions
impl Unpin for BlackOptions
impl UnwindSafe for BlackOptions
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