Struct pyo3::ffi::PyComplexObject [−][src]
#[repr(C)]pub struct PyComplexObject { pub ob_base: PyObject, pub cval: Py_complex, }
Fields
ob_base: PyObjectcval: Py_complexTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyComplexObject
impl !Send for PyComplexObject
impl !Sync for PyComplexObject
impl Unpin for PyComplexObject
impl UnwindSafe for PyComplexObject
Blanket Implementations
Mutably borrows from an owned value. Read more