Struct gimli::write::StringTable [−][src]
pub struct StringTable { /* fields omitted */ }
Expand description
A table of strings that will be stored in a .debug_str
section.
Implementations
Add a string to the string table and return its id.
If the string already exists, then return the id of the existing string.
Panics
Panics if bytes
contains a null byte.
Trait Implementations
Returns the “default value” for a type. Read more