pub struct StackTrace { /* private fields */ }Implementations§
Source§impl StackTrace
impl StackTrace
pub const fn with_max_entries(max_entries: u32, flags: u32) -> StackTrace
pub const fn pinned(max_entries: u32, flags: u32) -> StackTrace
pub unsafe fn get_stackid<C: EbpfContext>( &self, ctx: &C, flags: u64, ) -> Result<i64, i64>
Trait Implementations§
impl Sync for StackTrace
Auto Trait Implementations§
impl !Freeze for StackTrace
impl !RefUnwindSafe for StackTrace
impl Send for StackTrace
impl Unpin for StackTrace
impl UnwindSafe for StackTrace
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