pub struct Prefs__js__mem__gc {
Show 18 fields pub allocation_threshold_mb: i64, pub allocation_threshold_factor: i64, pub allocation_threshold_avoid_interrupt_factor: i64, pub compacting: Prefs__js__mem__gc__compacting, pub decommit_threshold_mb: i64, pub dynamic_heap_growth: Prefs__js__mem__gc__dynamic_heap_growth, pub dynamic_mark_slice: Prefs__js__mem__gc__dynamic_mark_slice, pub empty_chunk_count_max: i64, pub empty_chunk_count_min: i64, pub high_frequency_heap_growth_max: i64, pub high_frequency_heap_growth_min: i64, pub high_frequency_high_limit_mb: i64, pub high_frequency_low_limit_mb: i64, pub high_frequency_time_limit_ms: i64, pub incremental: Prefs__js__mem__gc__incremental, pub low_frequency_heap_growth: i64, pub per_zone: Prefs__js__mem__gc__per_zone, pub zeal: Prefs__js__mem__gc__zeal,
}

Fields§

§allocation_threshold_mb: i64§allocation_threshold_factor: i64§allocation_threshold_avoid_interrupt_factor: i64§compacting: Prefs__js__mem__gc__compacting§decommit_threshold_mb: i64§dynamic_heap_growth: Prefs__js__mem__gc__dynamic_heap_growth§dynamic_mark_slice: Prefs__js__mem__gc__dynamic_mark_slice§empty_chunk_count_max: i64§empty_chunk_count_min: i64§high_frequency_heap_growth_max: i64§high_frequency_heap_growth_min: i64§high_frequency_high_limit_mb: i64§high_frequency_low_limit_mb: i64§high_frequency_time_limit_ms: i64§incremental: Prefs__js__mem__gc__incremental§low_frequency_heap_growth: i64§per_zone: Prefs__js__mem__gc__per_zone§zeal: Prefs__js__mem__gc__zeal

Trait Implementations§

source§

impl Clone for Prefs__js__mem__gc

source§

fn clone(&self) -> Prefs__js__mem__gc

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Prefs__js__mem__gc

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Prefs__js__mem__gc

source§

fn default() -> Prefs__js__mem__gc

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Prefs__js__mem__gc

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl PartialEq<Prefs__js__mem__gc> for Prefs__js__mem__gc

source§

fn eq(&self, other: &Prefs__js__mem__gc) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Prefs__js__mem__gc

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StructuralPartialEq for Prefs__js__mem__gc

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,