Enum vk_parse::TypeSpec[][src]

pub enum TypeSpec {
    Code(TypeCode),
    Members(Vec<TypeMember>),
    None,
}

The contents of a type definition.

Variants

Trait Implementations

impl Debug for TypeSpec
[src]

Formats the value using the given formatter. Read more

impl Clone for TypeSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TypeSpec

impl Sync for TypeSpec