Struct jl_sys::_jl_methtable_t

source ·
#[repr(C)]
pub struct _jl_methtable_t { pub name: *mut jl_sym_t, pub defs: AtomicPtr<jl_typemap_t>, pub leafcache: AtomicPtr<jl_array_t>, pub cache: AtomicPtr<jl_typemap_t>, pub max_args: isize, pub kwsorter: *mut jl_value_t, pub module: *mut jl_module_t, pub backedges: *mut jl_array_t, pub writelock: jl_mutex_t, pub offs: u8, pub frozen: u8, }

Fields

name: *mut jl_sym_tdefs: AtomicPtr<jl_typemap_t>leafcache: AtomicPtr<jl_array_t>cache: AtomicPtr<jl_typemap_t>max_args: isizekwsorter: *mut jl_value_tmodule: *mut jl_module_tbackedges: *mut jl_array_twritelock: jl_mutex_toffs: u8frozen: u8

Trait Implementations

Formats the value using the given formatter. 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 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.