Struct python27_sys::PyComplexObject[][src]

#[repr(C)]
pub struct PyComplexObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub cval: Py_complex, }

Fields

Trait Implementations

impl Copy for PyComplexObject
[src]

impl Clone for PyComplexObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations