Enum witnext2::TypeDefKind[][src]

pub enum TypeDefKind {
    Record(Record),
    Variant(Variant),
    List(Type),
    Pointer(Type),
    ConstPointer(Type),
    PushBuffer(Type),
    PullBuffer(Type),
    Type(Type),
}

Variants

Record(Record)

Tuple Fields of Record

0: Record
Variant(Variant)

Tuple Fields of Variant

0: Variant
List(Type)

Tuple Fields of List

0: Type
Pointer(Type)

Tuple Fields of Pointer

0: Type
ConstPointer(Type)

Tuple Fields of ConstPointer

0: Type
PushBuffer(Type)

Tuple Fields of PushBuffer

0: Type
PullBuffer(Type)

Tuple Fields of PullBuffer

0: Type
Type(Type)

Tuple Fields of Type

0: 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.