Enum oftlisp::util::GcVoid [] [src]

pub enum GcVoid {}

A version of void::Void that is GC-able.

Trait Implementations

impl Clone for GcVoid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GcVoid
[src]

[src]

Formats the value using the given formatter.

impl Finalize for GcVoid
[src]

[src]

impl Trace for GcVoid
[src]

Marks all contained Gcs.

Increments the root-count of all contained Gcs.

Decrements the root-count of all contained Gcs.

Runs Finalize::finalize() on this object and all contained subobjects Read more