Struct svd_parser::EnumeratedValue [] [src]

pub struct EnumeratedValue {
    pub name: String,
    pub description: Option<String>,
    pub value: Option<u32>,
    pub is_default: Option<bool>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for EnumeratedValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EnumeratedValue
[src]

[src]

Formats the value using the given formatter.