Struct llvm_mapper::block::strtab::Strtab [−][src]
pub struct Strtab(_);Expand description
Models the STRTAB_BLOCK block.
Implementations
Get a string in the string table by its index and length.
Returns None on all of the error conditions associated with
try_get.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Strtab
impl UnwindSafe for Strtab
Blanket Implementations
Mutably borrows from an owned value. Read more