Struct gimli::write::StringTable
source · pub struct StringTable { /* private fields */ }
Expand description
A table of strings that will be stored in a .debug_str
section.
Implementations§
source§impl StringTable
impl StringTable
Trait Implementations§
source§impl Debug for StringTable
impl Debug for StringTable
source§impl Default for StringTable
impl Default for StringTable
source§fn default() -> StringTable
fn default() -> StringTable
Returns the “default value” for a type. Read more