Struct python27_sys::Py_complex[][src]

#[repr(C)]
pub struct Py_complex { pub real: c_double, pub imag: c_double, }

Fields

Trait Implementations

impl Copy for Py_complex
[src]

impl Clone for Py_complex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Py_complex

impl Sync for Py_complex