Struct zerogc_simple::layout::DynamicObj[][src]

#[repr(C)]
pub struct DynamicObj;
Expand description

Marker for an unknown GC object

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.