Enum gimli::write::ConvertError [−][src]
pub enum ConvertError {}Show variants
Read(Error), UnsupportedAttributeValue, InvalidAttributeValue, InvalidDebugInfoOffset, InvalidAddress, UnsupportedLineInstruction, UnsupportedLineStringForm, InvalidFileIndex, InvalidDirectoryIndex, InvalidLineBase, InvalidLineRef, InvalidUnitRef, InvalidDebugInfoRef, InvalidRangeRelativeAddress, UnsupportedCfiInstruction, UnsupportedIndirectAddress, UnsupportedOperation, InvalidBranchTarget, UnsupportedUnitType,
An error that occurred when converting a read value into a write value.
Variants
Read(Error)
An error occurred when reading.
Writing of this attribute value is not implemented yet.
This attribute value is an invalid name/form combination.
A .debug_info
reference does not refer to a valid entry.
An address could not be converted.
Writing this line number instruction is not implemented yet.
Writing this form of line string is not implemented yet.
A .debug_line
file index is invalid.
A .debug_line
directory index is invalid.
A .debug_line
line base is invalid.
A .debug_line
reference is invalid.
A .debug_info
unit entry reference is invalid.
A .debug_info
reference is invalid.
Invalid relative address in a range list.
Writing this CFI instruction is not implemented yet.
Writing indirect pointers is not implemented yet.
Writing this expression operation is not implemented yet.
Operation branch target is invalid.
Writing this unit type is not supported yet.
Trait Implementations
impl Clone for ConvertError
[src]
impl Clone for ConvertError
[src]fn clone(&self) -> ConvertError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for ConvertError
[src]
impl Error for ConvertError
[src]impl PartialEq<ConvertError> for ConvertError
[src]
impl PartialEq<ConvertError> for ConvertError
[src]