Struct vk_parse::Unused[][src]

pub struct Unused {
    pub start: i64,
    pub end: Option<i64>,
    pub vendor: Option<String>,
    pub comment: Option<String>,
}

An unused range of enum values.

Fields

Beginning of the range.

Ending value of the range, if any.

Vendor who reserved this range.

Human-readable description.

Trait Implementations

impl Debug for Unused
[src]

Formats the value using the given formatter. Read more

impl Clone for Unused
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Unused

impl Sync for Unused