Struct vk_parse::Enum[][src]

pub struct Enum {
    pub name: String,
    pub comment: Option<String>,
    pub type_suffix: Option<String>,
    pub api: Option<String>,
    pub spec: EnumSpec,
}

An item of an enumeration type.

Fields

Name of this enum.

Human-readable description.

Trait Implementations

impl Debug for Enum
[src]

Formats the value using the given formatter. Read more

impl Clone for Enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Enum

impl Sync for Enum