Struct comet::visitor::Visitor[][src]

#[repr(C)]
pub struct Visitor { /* fields omitted */ }

Implementations

Trace method for raw pointers. Prefer the versions for managed pointers.

Trace method for inlined objects that are not allocated themselves but otherwise follow managed heap layout and have a trace() method.

Traces typed gc reference.

Traces untyped gc reference.

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.