Struct gluon_vm::gc::Generation[][src]

pub struct Generation(_);

Methods

impl Generation
[src]

Returns a generation which compared to any normal generation is always younger.

Returns wheter self is a parent of the other generation.

Returns true if self can contain a value from generation other

Trait Implementations

impl Clone for Generation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Generation
[src]

impl Default for Generation
[src]

Returns the "default value" for a type. Read more

impl Debug for Generation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Generation

impl Sync for Generation