[−][src]Struct ocaml_sys::caml_domain_state
Fields
_young_ptr: *mut Value_young_limit: *mut Value_exception_pointer: *mut Char_young_base: *mut c_void_young_start: *mut Value_young_end: *mut Value_young_alloc_start: *mut Value_young_alloc_end: *mut Value_young_alloc_mid: *mut Value_young_trigger: *mut Value_minor_heap_wsz: usize_in_minor_collection: isize_extra_heap_resources_minor: f64_ref_table: *mut caml_ref_table_ephe_ref_table: *mut caml_ephe_ref_table_custom_table: *mut caml_custom_table_stack_low: *mut Value_stack_high: *mut Value_stack_threshold: *mut Value_extern_sp: *mut Value_trapsp: *mut Value_trap_barrier: *mut Value_external_raise: *mut longjmp_buffer_exn_bucket: Value_top_of_stack: *mut Char_bottom_of_stack: *mut Char_last_return_address: usize_gc_regs: *mut Value_backtrace_active: isize_backtrace_pos: isize_backtrace_buffer: *mut backtrace_slot_backtrace_last_exn: Value_compare_unordered: isize_requested_major_slice: isize_requested_minor_gc: isize_local_roots: *mut CamlRootsBlock_stat_minor_words: f64_stat_promoted_words: f64_stat_major_words: f64_stat_minor_collections: isize_stat_major_collections: isize_stat_heap_wsz: isize_stat_top_heap_wsz: isize_stat_compactions: isize_stat_heap_chunks: isizeTrait Implementations
impl Clone for caml_domain_state[src]
fn clone(&self) -> caml_domain_state[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for caml_domain_state[src]
impl Debug for caml_domain_state[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,