Struct zerogc_simple::layout::SimpleMarkData[][src]

#[repr(transparent)]
pub struct SimpleMarkData { /* fields omitted */ }
Expand description

The internal ‘marking data’ used for the simple collector.

The internals of this structure are private. As of right now, the simple collector has no extra room for any user-defined metadata in this type.

Implementations

Create mark data from a specified snapshot

Load a snapshot of the object’s current marking state

Trait Implementations

This type with all garbage collected lifetimes changed to 'static (or erased) Read more

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

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

If this type needs a destructor run. Read more

Visit each field in this type Read more

Visit this object, assuming its already inside a GC pointer. Read more

Visit 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 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.