Struct librsnek::objects::complex::ComplexValue
[−]
[src]
pub struct ComplexValue(Complex);
Trait Implementations
impl Clone for ComplexValue[src]
fn clone(&self) -> ComplexValue
Returns a copy of the value.
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source.