Struct alga::general::Additive
[−]
[src]
pub struct Additive;
The addition operator, commonly symbolized by +.
Trait Implementations
impl Clone for Additive[src]
fn clone(&self) -> Additive
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Additive[src]
impl Op for Additive[src]
fn oper() -> Self
Returns the structure that identifies the operator.