Union julia_sys::jl_generic_fptr_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub union jl_generic_fptr_t__bindgen_ty_1 { pub fptr: jl_fptr_t, pub fptr1: jl_fptr_t, pub fptr3: jl_fptr_sparam_t, pub fptr4: jl_fptr_linfo_t, // some fields omitted }

Fields

fptr: jl_fptr_t fptr1: jl_fptr_t fptr3: jl_fptr_sparam_t fptr4: jl_fptr_linfo_t

Trait Implementations

impl Copy for jl_generic_fptr_t__bindgen_ty_1
[src]

impl Clone for jl_generic_fptr_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more