Struct jl_sys::bindings::_jl_typemap_entry_t[][src]

#[repr(C)]
pub struct _jl_typemap_entry_t { pub next: *mut _jl_typemap_entry_t, pub sig: *mut jl_tupletype_t, pub simplesig: *mut jl_tupletype_t, pub guardsigs: *mut jl_svec_t, pub min_world: usize, pub max_world: usize, pub func: _jl_typemap_entry_t__bindgen_ty_1, pub isleafsig: i8, pub issimplesig: i8, pub va: i8, }

Fields

next: *mut _jl_typemap_entry_tsig: *mut jl_tupletype_tsimplesig: *mut jl_tupletype_tguardsigs: *mut jl_svec_tmin_world: usizemax_world: usizefunc: _jl_typemap_entry_t__bindgen_ty_1isleafsig: i8issimplesig: i8va: i8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.