Struct jl_sys::_jl_method_t[][src]

#[repr(C)]
pub struct _jl_method_t {
Show 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: *mut jl_svec_t, pub speckeyset: *mut jl_array_t, pub slot_syms: *mut jl_value_t, pub source: *mut jl_value_t, pub unspecialized: *mut _jl_method_instance_t, pub generator: *mut jl_value_t, pub roots: *mut jl_array_t, pub ccallable: *mut jl_svec_t, pub invokes: *mut jl_typemap_t, pub nargs: i32, pub called: i32, pub nospecialize: i32, pub nkw: i32, pub isva: u8, pub pure_: 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: *mut jl_svec_tspeckeyset: *mut jl_array_tslot_syms: *mut jl_value_tsource: *mut jl_value_tunspecialized: *mut _jl_method_instance_tgenerator: *mut jl_value_troots: *mut jl_array_tccallable: *mut jl_svec_tinvokes: *mut jl_typemap_tnargs: i32called: i32nospecialize: i32nkw: i32isva: u8pure_: 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)

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.