Struct gmp_mpfr_sys::mpc::__mpc_struct
[−]
[src]
#[repr(C)]pub struct __mpc_struct { pub re: mpfr_t, pub im: mpfr_t, }
Fields
re: mpfr_t
im: mpfr_t
Trait Implementations
impl Copy for __mpc_struct
[src]
impl Clone for __mpc_struct
[src]
fn clone(&self) -> __mpc_struct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more