pub struct Centroid(pub Vec<f64>);
Expand description
A centroid: a collection of n abstract quantities (which must be interpreted in the context of what you are doing).
Tuple Fields§
§0: Vec<f64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Centroid
impl RefUnwindSafe for Centroid
impl Send for Centroid
impl Sync for Centroid
impl Unpin for Centroid
impl UnwindSafe for Centroid
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