Struct python27_sys::Py_complex [] [src]

pub struct Py_complex {
    pub real: c_double,
    pub imag: c_double,
}

Fields

real: c_double imag: c_double

Trait Implementations

impl Clone for Py_complex
[src]

fn clone(&self) -> Py_complex

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 Py_complex
[src]