Struct vk_parse::NameWithType[][src]

pub struct NameWithType {
    pub type_name: Option<String>,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for NameWithType
[src]

Formats the value using the given formatter. Read more

impl Clone for NameWithType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations