Struct geo_aid::generator::expression::Weights
source · pub struct Weights(pub Vec<FastFloat>);Expand description
A utility for Weights.
Tuple Fields§
§0: Vec<FastFloat>Implementations§
Trait Implementations§
source§impl AddAssign<&Weights> for Weights
impl AddAssign<&Weights> for Weights
source§fn add_assign(&mut self, rhs: &Self)
fn add_assign(&mut self, rhs: &Self)
Performs the
+= operation. Read moreAuto Trait Implementations§
impl RefUnwindSafe for Weights
impl Send for Weights
impl Sync for Weights
impl Unpin for Weights
impl UnwindSafe for Weights
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