pub enum AveragingType {
Arithmetic,
Geometric,
}Expand description
How the average is computed along the path.
Variants§
Trait Implementations§
Source§impl Clone for AveragingType
impl Clone for AveragingType
Source§fn clone(&self) -> AveragingType
fn clone(&self) -> AveragingType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AveragingType
Source§impl Debug for AveragingType
impl Debug for AveragingType
impl Eq for AveragingType
Source§impl PartialEq for AveragingType
impl PartialEq for AveragingType
impl StructuralPartialEq for AveragingType
Auto Trait Implementations§
impl Freeze for AveragingType
impl RefUnwindSafe for AveragingType
impl Send for AveragingType
impl Sync for AveragingType
impl Unpin for AveragingType
impl UnsafeUnpin for AveragingType
impl UnwindSafe for AveragingType
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