Struct pyo3_ffi::Py_complex
source · #[repr(C)]pub struct Py_complex {
pub real: c_double,
pub imag: c_double,
}
Fields§
§real: c_double
§imag: c_double
Trait Implementations§
source§impl Clone for Py_complex
impl Clone for Py_complex
source§fn clone(&self) -> Py_complex
fn clone(&self) -> Py_complex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more