Enum svd_parser::WriteConstraint
[−]
[src]
pub enum WriteConstraint {
WriteAsRead(bool),
UseEnumeratedValues(bool),
Range(WriteConstraintRange),
}Variants
WriteAsRead(bool)UseEnumeratedValues(bool)Range(WriteConstraintRange)
Trait Implementations
impl Clone for WriteConstraint[src]
fn clone(&self) -> WriteConstraint[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