Struct svd_rs::writeconstraint::WriteConstraintRange [−][src]
Expand description
The smallest and largest number that can be written.
Fields
min: u64Specify the smallest number to be written to the field
max: u64Specify the largest number to be written to the field.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for WriteConstraintRange
impl Send for WriteConstraintRange
impl Sync for WriteConstraintRange
impl Unpin for WriteConstraintRange
impl UnwindSafe for WriteConstraintRange
Blanket Implementations
Mutably borrows from an owned value. Read more