Struct breakpad::CallStack [] [src]

#[repr(C)]
pub struct CallStack(_);

Represents a thread of the ProcessState which holds a list of StackFrames.

Methods

impl CallStack
[src]

[src]

Returns the thread identifier of this callstack.

[src]

Returns the list of StackFrames in the call stack.

Trait Implementations

impl Debug for CallStack
[src]

[src]

Formats the value using the given formatter.