Enum svd_parser::WriteConstraint [] [src]

pub enum WriteConstraint {
    WriteAsRead(bool),
    UseEnumeratedValues(bool),
    Range(WriteConstraintRange),
}

Variants

Trait Implementations

impl Clone for WriteConstraint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WriteConstraint
[src]

impl Debug for WriteConstraint
[src]

[src]

Formats the value using the given formatter.