Struct wasmtime_debug::DwarfSection
source · [−]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>
Auto Trait Implementations
impl RefUnwindSafe for DwarfSection
impl Send for DwarfSection
impl Sync for DwarfSection
impl Unpin for DwarfSection
impl UnwindSafe for DwarfSection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more