Struct core::raw::TraitObject[src]

pub struct TraitObject {
    pub vtable: *(),
    pub data: *(),
}

The representation of a Rust trait object.

This struct does not have a Repr implementation because there is no way to refer to all trait objects generically.

Fields

vtable
data