Struct vk_parse::Type[][src]

pub struct Type {
    pub name: Option<String>,
    pub alias: Option<String>,
    pub api: Option<String>,
    pub requires: Option<String>,
    pub category: Option<String>,
    pub comment: Option<String>,
    pub parent: Option<String>,
    pub returnedonly: Option<String>,
    pub structextends: Option<String>,
    pub spec: TypeSpec,
}

Fields

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter. Read more

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type