pub struct HistFindIndexedOptions {
pub combine: Combine,
}
Expand description
Options for hist_find_indexed operation
Fields§
§combine: Combine
combine: Combine
-> Combine bins like this
Max
-> VIPS_COMBINE_MAX = 0
Sum
-> VIPS_COMBINE_SUM = 1 [DEFAULT]
Min
-> VIPS_COMBINE_MIN = 2
Last
-> VIPS_COMBINE_LAST = 3
Trait Implementations§
Source§impl Clone for HistFindIndexedOptions
impl Clone for HistFindIndexedOptions
Source§fn clone(&self) -> HistFindIndexedOptions
fn clone(&self) -> HistFindIndexedOptions
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 HistFindIndexedOptions
impl Debug for HistFindIndexedOptions
Auto Trait Implementations§
impl Freeze for HistFindIndexedOptions
impl RefUnwindSafe for HistFindIndexedOptions
impl Send for HistFindIndexedOptions
impl Sync for HistFindIndexedOptions
impl Unpin for HistFindIndexedOptions
impl UnwindSafe for HistFindIndexedOptions
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