Struct lrs::repr::TraitObject

The representation of &Trait.

Syntax

struct TraitObject {
    data: *mut u8,
    vtable: *mut u8,
}

Fields

NameDescription
data

The pointer to the data in the slice.

vtable

The pointer to the vtable of the slice.