Struct svd_parser::Field [] [src]

pub struct Field {
    pub name: String,
    pub description: Option<String>,
    pub bit_range: BitRange,
    pub access: Option<Access>,
    pub enumerated_values: Option<EnumeratedValues>,
}

Fields

Trait Implementations

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Field
[src]

Formats the value using the given formatter.