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
Auto Trait Implementations§
impl RefUnwindSafe for StringTable
impl Send for StringTable
impl Sync for StringTable
impl Unpin for StringTable
impl UnwindSafe for StringTable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more