Struct runestick::AnyObjVtable[][src]

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

The vtable for any type stored in the virtual machine.

This can be implemented manually assuming it obeys the constraints of the type. Otherwise we rely heavily on the invariants provided by std::any::Any which are checked at construction-time for this type.

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.