Struct python27_sys::Py_complex [−][src]
Fields
real: c_double
imag: c_double
Trait Implementations
impl Copy for Py_complex[src]
impl Copy for Py_compleximpl Clone for Py_complex[src]
impl Clone for Py_complexfn clone(&self) -> Py_complex[src]
fn clone(&self) -> Py_complexReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for Py_complex
impl Send for Py_compleximpl Sync for Py_complex
impl Sync for Py_complex