Struct svd_rs::writeconstraint::WriteConstraintRange  
source · [−]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
sourceimpl Clone for WriteConstraintRange
 
impl Clone for WriteConstraintRange
sourcefn clone(&self) -> WriteConstraintRange
 
fn clone(&self) -> WriteConstraintRange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WriteConstraintRange
 
impl Debug for WriteConstraintRange
sourceimpl PartialEq<WriteConstraintRange> for WriteConstraintRange
 
impl PartialEq<WriteConstraintRange> for WriteConstraintRange
sourcefn eq(&self, other: &WriteConstraintRange) -> bool
 
fn eq(&self, other: &WriteConstraintRange) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &WriteConstraintRange) -> bool
 
fn ne(&self, other: &WriteConstraintRange) -> bool
This method tests for !=.
impl Copy for WriteConstraintRange
impl StructuralPartialEq for WriteConstraintRange
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more