Struct gmp_mpfr_sys::mpc::__mpc_struct [] [src]

#[repr(C)]
pub struct __mpc_struct { pub re: mpfr_t, pub im: mpfr_t, }

Fields

Trait Implementations

impl Clone for __mpc_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for __mpc_struct
[src]

impl Debug for __mpc_struct
[src]

Formats the value using the given formatter.