#[repr(C)]
pub struct jl_options_t {
Show 45 fields pub quiet: i8, pub banner: i8, pub julia_bindir: *const c_char, pub julia_bin: *const c_char, pub cmds: *mut *const c_char, pub image_file: *const c_char, pub cpu_target: *const c_char, pub nthreads: i32, pub nprocs: i32, pub machine_file: *const c_char, pub project: *const c_char, pub isinteractive: i8, pub color: i8, pub historyfile: i8, pub startupfile: i8, pub compile_enabled: i8, pub code_coverage: i8, pub malloc_log: i8, pub opt_level: i8, pub opt_level_min: i8, pub debug_level: i8, pub check_bounds: i8, pub depwarn: i8, pub warn_overwrite: i8, pub can_inline: i8, pub polly: i8, pub trace_compile: *const c_char, pub fast_math: i8, pub worker: i8, pub cookie: *const c_char, pub handle_signals: i8, pub use_sysimage_native_code: i8, pub use_compiled_modules: i8, pub bindto: *const c_char, pub outputbc: *const c_char, pub outputunoptbc: *const c_char, pub outputo: *const c_char, pub outputasm: *const c_char, pub outputji: *const c_char, pub output_code_coverage: *const c_char, pub incremental: i8, pub image_file_specified: i8, pub warn_scope: i8, pub image_codegen: i8, pub rr_detach: i8,
}

Fields

quiet: i8banner: i8julia_bindir: *const c_charjulia_bin: *const c_charcmds: *mut *const c_charimage_file: *const c_charcpu_target: *const c_charnthreads: i32nprocs: i32machine_file: *const c_charproject: *const c_charisinteractive: i8color: i8historyfile: i8startupfile: i8compile_enabled: i8code_coverage: i8malloc_log: i8opt_level: i8opt_level_min: i8debug_level: i8check_bounds: i8depwarn: i8warn_overwrite: i8can_inline: i8polly: i8trace_compile: *const c_charfast_math: i8worker: i8cookie: *const c_charhandle_signals: i8use_sysimage_native_code: i8use_compiled_modules: i8bindto: *const c_charoutputbc: *const c_charoutputunoptbc: *const c_charoutputo: *const c_charoutputasm: *const c_charoutputji: *const c_charoutput_code_coverage: *const c_charincremental: i8image_file_specified: i8warn_scope: i8image_codegen: i8rr_detach: i8

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

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.