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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more