Struct svd_parser::ClusterInfo
[−]
[src]
pub struct ClusterInfo {
pub name: String,
pub description: String,
pub header_struct_name: Option<String>,
pub address_offset: u32,
pub size: Option<u32>,
pub access: Option<Access>,
pub reset_value: Option<u32>,
pub reset_mask: Option<u32>,
pub children: Vec<Either<Register, Cluster>>,
// some fields omitted
}Fields
name: String
description: String
header_struct_name: Option<String>
address_offset: u32
size: Option<u32>
access: Option<Access>
reset_value: Option<u32>
reset_mask: Option<u32>
children: Vec<Either<Register, Cluster>>
Trait Implementations
impl Clone for ClusterInfo[src]
fn clone(&self) -> ClusterInfo[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