Struct svd_parser::Device
[−]
[src]
pub struct Device {
pub name: String,
pub peripherals: Vec<Peripheral>,
pub defaults: Defaults,
}Fields
name: String
peripherals: Vec<Peripheral>
defaults: Defaults
Methods
impl Device[src]
Trait Implementations
impl Clone for Device[src]
fn clone(&self) -> Device
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more