Enum js::jsapi::jsfriendapi_h_unnamed_10
[−]
[src]
#[repr(u32)]pub enum jsfriendapi_h_unnamed_10 { JS_TELEMETRY_GC_REASON, JS_TELEMETRY_GC_IS_COMPARTMENTAL, JS_TELEMETRY_GC_MS, JS_TELEMETRY_GC_BUDGET_MS, JS_TELEMETRY_GC_ANIMATION_MS, JS_TELEMETRY_GC_MAX_PAUSE_MS, JS_TELEMETRY_GC_MARK_MS, JS_TELEMETRY_GC_SWEEP_MS, JS_TELEMETRY_GC_COMPACT_MS, JS_TELEMETRY_GC_MARK_ROOTS_MS, JS_TELEMETRY_GC_MARK_GRAY_MS, JS_TELEMETRY_GC_SLICE_MS, JS_TELEMETRY_GC_SLOW_PHASE, JS_TELEMETRY_GC_MMU_50, JS_TELEMETRY_GC_RESET, JS_TELEMETRY_GC_INCREMENTAL_DISABLED, JS_TELEMETRY_GC_NON_INCREMENTAL, JS_TELEMETRY_GC_SCC_SWEEP_TOTAL_MS, JS_TELEMETRY_GC_SCC_SWEEP_MAX_PAUSE_MS, JS_TELEMETRY_GC_MINOR_REASON, JS_TELEMETRY_GC_MINOR_REASON_LONG, JS_TELEMETRY_GC_MINOR_US, JS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENT, JS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONS, JS_TELEMETRY_ADDON_EXCEPTIONS, JS_TELEMETRY_DEFINE_GETTER_SETTER_THIS_NULL_UNDEFINED, JS_TELEMETRY_END, }
Variants
JS_TELEMETRY_GC_REASONJS_TELEMETRY_GC_IS_COMPARTMENTALJS_TELEMETRY_GC_MSJS_TELEMETRY_GC_BUDGET_MSJS_TELEMETRY_GC_ANIMATION_MSJS_TELEMETRY_GC_MAX_PAUSE_MSJS_TELEMETRY_GC_MARK_MSJS_TELEMETRY_GC_SWEEP_MSJS_TELEMETRY_GC_COMPACT_MSJS_TELEMETRY_GC_MARK_ROOTS_MSJS_TELEMETRY_GC_MARK_GRAY_MSJS_TELEMETRY_GC_SLICE_MSJS_TELEMETRY_GC_SLOW_PHASEJS_TELEMETRY_GC_MMU_50JS_TELEMETRY_GC_RESETJS_TELEMETRY_GC_INCREMENTAL_DISABLEDJS_TELEMETRY_GC_NON_INCREMENTALJS_TELEMETRY_GC_SCC_SWEEP_TOTAL_MSJS_TELEMETRY_GC_SCC_SWEEP_MAX_PAUSE_MSJS_TELEMETRY_GC_MINOR_REASONJS_TELEMETRY_GC_MINOR_REASON_LONGJS_TELEMETRY_GC_MINOR_USJS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENTJS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONSJS_TELEMETRY_ADDON_EXCEPTIONSJS_TELEMETRY_DEFINE_GETTER_SETTER_THIS_NULL_UNDEFINEDJS_TELEMETRY_END
Trait Implementations
impl Debug for jsfriendapi_h_unnamed_10[src]
impl Copy for jsfriendapi_h_unnamed_10[src]
impl Clone for jsfriendapi_h_unnamed_10[src]
fn clone(&self) -> jsfriendapi_h_unnamed_10[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for jsfriendapi_h_unnamed_10[src]
impl PartialEq for jsfriendapi_h_unnamed_10[src]
fn eq(&self, __arg_0: &jsfriendapi_h_unnamed_10) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.