pub struct EpsilonCollectorId { /* private fields */ }
Expand description

The id for an EpsilonSystem

All epsilon collectors have the same id, regardless of the system they were originally allocated from. It is equivalent to [

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

We use fat-pointers for arrays, so that we can transmute from &'static [T] -> GcArray

The type of the garbage collector system

The type of GcContext associated with this id.

The implementation of GcRawVec for this type. Read more

Get the runtime id of the collector that allocated the Gc Read more

Resolve the CollectorId for the specified GcArray’s representation. Read more

Resolve the length of the specified array

Perform a write barrier before writing to a garbage collected field Read more

Assume the ID is valid and use it to access the GcSystem Read more

Resolve the length of the specified GcArray

Formats the value using the given formatter. Read more

This type with all garbage collected lifetimes changed to 'new_gc Read more

This type with all garbage collected lifetimes changed to 'new_gc Read more

Trace this object behind a Gc pointer. Read more

Trace this object behind a Gc pointer. Read more

The type of GcHandle for this collector. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Whether this type needs to be traced by the garbage collector. Read more

If this type needs a destructor run. Read more

Trace each field in this type. Read more

Trace an immutable reference to this type Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.