Struct servo_config::prefs::gen::Prefs__js__mem__gc
source · 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
impl Clone for Prefs__js__mem__gc
source§fn clone(&self) -> Prefs__js__mem__gc
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Prefs__js__mem__gc
impl Debug for Prefs__js__mem__gc
source§impl Default for Prefs__js__mem__gc
impl Default for Prefs__js__mem__gc
source§fn default() -> Prefs__js__mem__gc
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
impl<'de> Deserialize<'de> for Prefs__js__mem__gc
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
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 for Prefs__js__mem__gc
impl PartialEq for Prefs__js__mem__gc
source§impl Serialize for Prefs__js__mem__gc
impl Serialize for Prefs__js__mem__gc
impl StructuralPartialEq for Prefs__js__mem__gc
Auto Trait Implementations§
impl Freeze for Prefs__js__mem__gc
impl RefUnwindSafe for Prefs__js__mem__gc
impl Send for Prefs__js__mem__gc
impl Sync for Prefs__js__mem__gc
impl Unpin for Prefs__js__mem__gc
impl UnwindSafe for Prefs__js__mem__gc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert