pub struct DriftSegment {
pub index: usize,
pub mean: f64,
pub variance: f64,
pub entropy: f64,
}Fields§
§index: usize§mean: f64§variance: f64§entropy: f64Trait Implementations§
Source§impl Clone for DriftSegment
impl Clone for DriftSegment
Source§fn clone(&self) -> DriftSegment
fn clone(&self) -> DriftSegment
Returns a duplicate 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 DriftSegment
impl Debug for DriftSegment
Auto Trait Implementations§
impl Freeze for DriftSegment
impl RefUnwindSafe for DriftSegment
impl Send for DriftSegment
impl Sync for DriftSegment
impl Unpin for DriftSegment
impl UnsafeUnpin for DriftSegment
impl UnwindSafe for DriftSegment
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