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: Vec<EnumeratedValues>,
pub write_constraint: Option<WriteConstraint>,
// some fields omitted
}Fields
name: String
description: Option<String>
bit_range: BitRange
access: Option<Access>
enumerated_values: Vec<EnumeratedValues>
write_constraint: Option<WriteConstraint>
Trait Implementations
impl Clone for Field[src]
fn clone(&self) -> Field[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more