Struct rstack_self::Thread[][src]

pub struct Thread { /* fields omitted */ }

Information about a thread.

Methods

impl Thread
[src]

Returns the thread's ID.

Returns the thread's name.

Important traits for &'a [u8]

Returns the stack frames of the thread.

Trait Implementations

impl Debug for Thread
[src]

Formats the value using the given formatter. Read more

impl Clone for Thread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Thread

impl Sync for Thread