SetM

Trait SetM 

Source
pub trait SetM<M> {
    // Required method
    fn set_m(&mut self, m: M);
}
Expand description

Trait to set the m value

Required Methods§

Source

fn set_m(&mut self, m: M)

Set the m value

Implementors§

Source§

impl<M: Clone> SetM<M> for VectorPoint<M>