#[repr(C)]
pub struct _jl_typemap_entry_t { pub next: u64, 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: u64sig: *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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

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

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.