Struct vkxml::Reference [] [src]

pub struct Reference {
    pub name: Identifier,
    pub notation: Option<Notation>,
    pub include: Option<String>,
}

Definition that references a type that potentially comes from an include file.

Fields

Specifies the include file that produces the name. This text should specify the name of an existing definition of type include.

Trait Implementations

impl Debug for Reference
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Reference

impl Sync for Reference