pub struct MergeOpts {
pub remove_overlap: bool,
pub min_count: u32,
}Expand description
PSD segment merge options
Fields§
§remove_overlap: boolRemove low resolution bins
min_count: u32Minimum averaging level
Trait Implementations§
impl Copy for MergeOpts
impl Eq for MergeOpts
impl StructuralPartialEq for MergeOpts
Auto Trait Implementations§
impl Freeze for MergeOpts
impl RefUnwindSafe for MergeOpts
impl Send for MergeOpts
impl Sync for MergeOpts
impl Unpin for MergeOpts
impl UnwindSafe for MergeOpts
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