Struct vk_parse::Feature[][src]

pub struct Feature {
    pub api: String,
    pub name: String,
    pub number: f32,
    pub protect: Option<String>,
    pub comment: Option<String>,
    pub children: Vec<FeatureChild>,
}

Fields

Trait Implementations

impl From<Feature> for Feature
[src]

Performs the conversion.

impl Debug for Feature
[src]

Formats the value using the given formatter. Read more

impl Clone for Feature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Feature

impl Sync for Feature