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