Struct svd_parser::BitRange
[−]
[src]
pub struct BitRange {
pub offset: u32,
pub width: u32,
}Fields
offset: u32
width: u32
Trait Implementations
impl Clone for BitRange[src]
fn clone(&self) -> BitRange
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