Struct svd_parser::Interrupt
[−]
[src]
pub struct Interrupt {
pub name: String,
pub description: Option<String>,
pub value: u32,
}Fields
name: String
description: Option<String>
value: u32
Trait Implementations
impl Clone for Interrupt[src]
fn clone(&self) -> Interrupt
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