pub struct FuncInfo {
pub data: HashMap<String, FuncSecInfo>,
}Expand description
A collection of FuncSecInfo collected from the func_info subsection
in the .BTF.ext section.
See BPF Type Format (BTF) — The Linux Kernel documentation for more information.
Fields§
§data: HashMap<String, FuncSecInfo>The FuncSecInfo subsections for some sections, referenced by section names
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncInfo
impl RefUnwindSafe for FuncInfo
impl Send for FuncInfo
impl Sync for FuncInfo
impl Unpin for FuncInfo
impl UnwindSafe for FuncInfo
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