pub struct FindFunctionsResult {
pub dwarf_functions: Vec<Rc<Die>>,
pub elf_functions: Vec<(Rc<Elf>, Rc<SdbElf64Sym>)>,
}Fields§
§dwarf_functions: Vec<Rc<Die>>§elf_functions: Vec<(Rc<Elf>, Rc<SdbElf64Sym>)>Auto Trait Implementations§
impl Freeze for FindFunctionsResult
impl !RefUnwindSafe for FindFunctionsResult
impl !Send for FindFunctionsResult
impl !Sync for FindFunctionsResult
impl Unpin for FindFunctionsResult
impl !UnwindSafe for FindFunctionsResult
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