Enum svd_rs::bitrange::BitRangeType [−][src]
pub enum BitRangeType {
BitRange,
OffsetWidth,
MsbLsb,
}Expand description
The style of bit range that describes a BitRange
Variants
A bit range in the format: [<msb>:<lsb>]
A bit range described as offset and width
A bit range described as lsb and msb as separate elements
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BitRangeType
impl Send for BitRangeType
impl Sync for BitRangeType
impl Unpin for BitRangeType
impl UnwindSafe for BitRangeType
Blanket Implementations
Mutably borrows from an owned value. Read more