Struct pr47::data::generic::GenericTypeVT[][src]

pub struct GenericTypeVT {
    pub tyck_info: NonNull<ContainerTyckInfo>,
    pub type_name: String,
    pub move_out_fn: MoveOutCkFn,
    pub children_fn: ChildrenFn,
    pub drop_fn: DropFn,
}

Fields

tyck_info: NonNull<ContainerTyckInfo>type_name: Stringmove_out_fn: MoveOutCkFnchildren_fn: ChildrenFndrop_fn: DropFn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.