Struct julia_sys::_jl_typemap_level_t [] [src]

#[repr(C)]
pub struct _jl_typemap_level_t { pub arg1: jl_ordereddict_t, pub targ: jl_ordereddict_t, pub linear: *mut jl_typemap_entry_t, pub any: jl_typemap_t, pub key: *mut jl_value_t, }

Fields

Trait Implementations

impl Copy for _jl_typemap_level_t
[src]

impl Clone for _jl_typemap_level_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more