Struct svd_parser::BitRange [] [src]

pub struct BitRange {
    pub offset: u32,
    pub width: u32,
}

Fields

Trait Implementations

impl Clone for BitRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BitRange
[src]

impl Debug for BitRange
[src]

Formats the value using the given formatter.