Struct julia_sys::_jl_handler_t [] [src]

#[repr(C)]
pub struct _jl_handler_t { pub eh_ctx: sigjmp_buf, pub gcstack: *mut jl_gcframe_t, pub prev: *mut _jl_handler_t, pub gc_state: i8, pub locks_len: usize, pub defer_signal: sig_atomic_t, pub finalizers_inhibited: c_int, pub timing_stack: *mut jl_timing_block_t, pub world_age: usize, }

Fields

Trait Implementations

impl Debug for _jl_handler_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for _jl_handler_t
[src]

impl Clone for _jl_handler_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more