Enum js::jsapi::JSGCParamKey [] [src]

#[repr(u32)]
pub enum JSGCParamKey { JSGC_MAX_BYTES, JSGC_MAX_MALLOC_BYTES, JSGC_BYTES, JSGC_NUMBER, JSGC_MODE, JSGC_UNUSED_CHUNKS, JSGC_TOTAL_CHUNKS, JSGC_SLICE_TIME_BUDGET, JSGC_MARK_STACK_LIMIT, JSGC_HIGH_FREQUENCY_TIME_LIMIT, JSGC_HIGH_FREQUENCY_LOW_LIMIT, JSGC_HIGH_FREQUENCY_HIGH_LIMIT, JSGC_HIGH_FREQUENCY_HEAP_GROWTH_MAX, JSGC_HIGH_FREQUENCY_HEAP_GROWTH_MIN, JSGC_LOW_FREQUENCY_HEAP_GROWTH, JSGC_DYNAMIC_HEAP_GROWTH, JSGC_DYNAMIC_MARK_SLICE, JSGC_ALLOCATION_THRESHOLD, JSGC_DECOMMIT_THRESHOLD, JSGC_MIN_EMPTY_CHUNK_COUNT, JSGC_MAX_EMPTY_CHUNK_COUNT, JSGC_COMPACTING_ENABLED, JSGC_REFRESH_FRAME_SLICES_ENABLED, }

Variants

Trait Implementations

impl Debug for JSGCParamKey
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSGCParamKey
[src]

impl Clone for JSGCParamKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for JSGCParamKey
[src]

impl PartialEq for JSGCParamKey
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for JSGCParamKey
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more