Enum svd_parser::ValidateLevel [−][src]
pub enum ValidateLevel {
Disabled,
Weak,
Strict,
}Expand description
Level of validation
Variants
No validation.
Weak validation.
Strict validation.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ValidateLevel
impl Send for ValidateLevel
impl Sync for ValidateLevel
impl Unpin for ValidateLevel
impl UnwindSafe for ValidateLevel
Blanket Implementations
Mutably borrows from an owned value. Read more