Enum svd_rs::ValidateLevel
source · pub enum ValidateLevel {
Disabled,
Weak,
Strict,
}Expand description
Level of validation
Variants§
Implementations§
source§impl ValidateLevel
impl ValidateLevel
Trait Implementations§
source§impl Clone for ValidateLevel
impl Clone for ValidateLevel
source§fn clone(&self) -> ValidateLevel
fn clone(&self) -> ValidateLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ValidateLevel
impl Debug for ValidateLevel
source§impl Default for ValidateLevel
impl Default for ValidateLevel
source§impl PartialEq<ValidateLevel> for ValidateLevel
impl PartialEq<ValidateLevel> for ValidateLevel
source§fn eq(&self, other: &ValidateLevel) -> bool
fn eq(&self, other: &ValidateLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.