Enum vk_parse::TypesChild[][src]

pub enum TypesChild {
    Type(Type),
    Comment(String),
}

An item making up a type definition.

Variants

Trait Implementations

impl From<TypesChild> for Option<DefinitionsElement>
[src]

Performs the conversion.

impl Debug for TypesChild
[src]

Formats the value using the given formatter. Read more

impl Clone for TypesChild
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TypesChild

impl Sync for TypesChild