Struct libvips::ops::MaskFractalOptions
source · pub struct MaskFractalOptions {
pub uchar: bool,
pub nodc: bool,
pub reject: bool,
pub optical: bool,
}Expand description
Options for mask_fractal operation
Fields§
§uchar: booluchar: bool -> Output an unsigned char image
default: false
nodc: boolnodc: bool -> Remove DC component
default: false
reject: boolreject: bool -> Invert the sense of the filter
default: false
optical: booloptical: bool -> Rotate quadrants to optical space
default: false
Trait Implementations§
source§impl Clone for MaskFractalOptions
impl Clone for MaskFractalOptions
source§fn clone(&self) -> MaskFractalOptions
fn clone(&self) -> MaskFractalOptions
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 MaskFractalOptions
impl Debug for MaskFractalOptions
Auto Trait Implementations§
impl RefUnwindSafe for MaskFractalOptions
impl Send for MaskFractalOptions
impl Sync for MaskFractalOptions
impl Unpin for MaskFractalOptions
impl UnwindSafe for MaskFractalOptions
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