Struct svd_parser::RegisterClusterArrayInfo [] [src]

pub struct RegisterClusterArrayInfo {
    pub dim: u32,
    pub dim_increment: u32,
    pub dim_index: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Clone for RegisterClusterArrayInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RegisterClusterArrayInfo
[src]

[src]

Formats the value using the given formatter.