Struct gmp_sys::Struct_Unnamed3 [] [src]

#[repr(C)]
pub struct Struct_Unnamed3 { pub _mp_prec: c_int, pub _mp_size: c_int, pub _mp_exp: mp_exp_t, pub _mp_d: *mut mp_limb_t, }

Fields

Trait Implementations

impl Copy for Struct_Unnamed3
[src]

impl Clone for Struct_Unnamed3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed3
[src]

Returns the "default value" for a type. Read more