Struct julia_sys::jl_options_t [] [src]

#[repr(C)]
pub struct jl_options_t { pub quiet: i8, pub julia_home: *const c_char, pub julia_bin: *const c_char, pub eval: *const c_char, pub print: *const c_char, pub load: *const c_char, pub image_file: *const c_char, pub cpu_target: *const c_char, pub nprocs: i32, pub machinefile: *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 debug_level: i8, pub check_bounds: i8, pub depwarn: i8, pub can_inline: i8, pub polly: i8, pub fast_math: i8, pub worker: *const c_char, pub handle_signals: i8, pub use_precompiled: i8, pub use_compilecache: i8, pub bindto: *const c_char, pub outputbc: *const c_char, pub outputo: *const c_char, pub outputji: *const c_char, pub incremental: i8, pub image_file_specified: i8, }

Fields

Trait Implementations

impl Debug for jl_options_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for jl_options_t
[src]

impl Clone for jl_options_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more