Struct jl_sys::_jl_method_t[][src]

#[repr(C)]
pub struct _jl_method_t {
Show 27 fields pub name: *mut jl_sym_t, pub module: *mut _jl_module_t, pub file: *mut jl_sym_t, pub line: i32, pub primary_world: usize, pub deleted_world: usize, pub sig: *mut jl_value_t, pub specializations: u64, pub speckeyset: u64, pub slot_syms: *mut jl_value_t, pub external_mt: *mut jl_value_t, pub source: *mut jl_value_t, pub unspecialized: u64, pub generator: *mut jl_value_t, pub roots: *mut jl_array_t, pub ccallable: *mut jl_svec_t, pub invokes: u64, pub recursion_relation: *mut jl_value_t, pub nargs: i32, pub called: i32, pub nospecialize: i32, pub nkw: i32, pub isva: u8, pub pure_: u8, pub is_for_opaque_closure: u8, pub aggressive_constprop: u8, pub writelock: jl_mutex_t,
}

Fields

name: *mut jl_sym_tmodule: *mut _jl_module_tfile: *mut jl_sym_tline: i32primary_world: usizedeleted_world: usizesig: *mut jl_value_tspecializations: u64speckeyset: u64slot_syms: *mut jl_value_texternal_mt: *mut jl_value_tsource: *mut jl_value_tunspecialized: u64generator: *mut jl_value_troots: *mut jl_array_tccallable: *mut jl_svec_tinvokes: u64recursion_relation: *mut jl_value_tnargs: i32called: i32nospecialize: i32nkw: i32isva: u8pure_: u8is_for_opaque_closure: u8aggressive_constprop: u8writelock: jl_mutex_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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)

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.