[][src]Struct unwind::Accessors

pub struct Accessors<T>(_, _);

A collection of functions used to unwind an arbitrary process.

Methods

impl Accessors<PTraceStateRef>
[src]

Returns Accessors which use the ptrace system call to unwind a remote process.

The ptrace Cargo feature must be enabled to use this type.

Auto Trait Implementations

impl<T> Send for Accessors<T> where
    T: Send

impl<T> Sync for Accessors<T> where
    T: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]