Struct libvips_rs::ops::LabelregionOptions  
source · pub struct LabelregionOptions {
    pub segments: i32,
}Expand description
Options for labelregions operation
Fields§
§segments: i32segments: i32 -> Number of discrete contiguous regions
min: 0, max: 1000000000, default: 0
Trait Implementations§
source§impl Clone for LabelregionOptions
 
impl Clone for LabelregionOptions
source§fn clone(&self) -> LabelregionOptions
 
fn clone(&self) -> LabelregionOptions
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 LabelregionOptions
 
impl Debug for LabelregionOptions
Auto Trait Implementations§
impl RefUnwindSafe for LabelregionOptions
impl Send for LabelregionOptions
impl Sync for LabelregionOptions
impl Unpin for LabelregionOptions
impl UnwindSafe for LabelregionOptions
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