Struct libvips::ops::HistEqualOptions [−][src]
pub struct HistEqualOptions {
pub band: i32,
}Expand description
Options for hist_equal operation
Fields
band: i32band: i32 -> Equalise with this band
min: -1, max: 100000, default: -1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HistEqualOptions
impl Send for HistEqualOptions
impl Sync for HistEqualOptions
impl Unpin for HistEqualOptions
impl UnwindSafe for HistEqualOptions
Blanket Implementations
Mutably borrows from an owned value. Read more