Enum gimli::write::Range [−][src]
pub enum Range {
BaseAddress {
address: Address,
},
OffsetPair {
begin: u64,
end: u64,
},
StartEnd {
begin: Address,
end: Address,
},
StartLength {
begin: Address,
length: u64,
},
}Expand description
A single range.
Variants
DW_RLE_base_address
Fields of BaseAddress
address: AddressBase address.
DW_RLE_offset_pair
Fields of OffsetPair
DW_RLE_start_end
DW_RLE_start_length
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Range
impl UnwindSafe for Range
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.