Struct geo_aid::generator::expression::expr::PointOnLine
source · pub struct PointOnLine {
pub line: Arc<Expression<LineExpr>>,
pub index: usize,
}Expand description
A point on a aine.
Fields§
§line: Arc<Expression<LineExpr>>§index: usizeTrait Implementations§
source§impl Clone for PointOnLine
impl Clone for PointOnLine
source§fn clone(&self) -> PointOnLine
fn clone(&self) -> PointOnLine
Returns a copy 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 PointOnLine
impl Debug for PointOnLine
source§impl Evaluate for PointOnLine
impl Evaluate for PointOnLine
type Output = Complex
source§fn evaluate(
&self,
args: &EvaluationArgs<'_>
) -> Result<Complex, EvaluationError>
fn evaluate( &self, args: &EvaluationArgs<'_> ) -> Result<Complex, EvaluationError>
Evaluates the thing. Read more
source§fn evaluate_weights(&self) -> Weights
fn evaluate_weights(&self) -> Weights
Evaluates weights.
Auto Trait Implementations§
impl RefUnwindSafe for PointOnLine
impl Send for PointOnLine
impl Sync for PointOnLine
impl Unpin for PointOnLine
impl UnwindSafe for PointOnLine
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