Struct tracing_rc::CollectOptions [−][src]
pub struct CollectOptions {
pub old_gen_threshold: usize,
pub kind: CollectionType,
}
Fields
old_gen_threshold: usize
The number of times a pointer may be seen in the young gen before moving it to the old gen for a full tracing collection. Setting this to zero will cause all pointers to move to the old gen if they cannot be immediately cleaned up.
kind: CollectionType
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CollectOptions
impl Send for CollectOptions
impl Sync for CollectOptions
impl Unpin for CollectOptions
impl UnwindSafe for CollectOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.