Struct wasmtime_debug::DwarfSection [−][src]
pub struct DwarfSection { pub name: &'static str, pub body: Vec<u8>, pub relocs: Vec<DwarfSectionReloc>, }
Fields
name: &'static str
body: Vec<u8>
relocs: Vec<DwarfSectionReloc>
pub struct DwarfSection { pub name: &'static str, pub body: Vec<u8>, pub relocs: Vec<DwarfSectionReloc>, }
name: &'static str
body: Vec<u8>
relocs: Vec<DwarfSectionReloc>
impl RefUnwindSafe for DwarfSection
impl Send for DwarfSection
impl Sync for DwarfSection
impl Unpin for DwarfSection
impl UnwindSafe for DwarfSection