[]Struct unwind::PTraceState

pub struct PTraceState(_);

The unwind state used by the ptrace accessors.

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

Methods

impl PTraceState
[src]

Constructs a new PTraceState for the specified PID.

The process must already be attached and suspended before unwinding can be performed.

Trait Implementations

impl AsRef<PTraceStateRef> for PTraceState

impl Drop for PTraceState

impl Deref for PTraceState

The resulting type after dereferencing.

impl DerefMut for PTraceState

impl Borrow<PTraceStateRef> for PTraceState

impl ForeignType for PTraceState

The raw C type.

The type representing a reference to this type.

Auto Trait Implementations

impl !Send for PTraceState

impl !Sync for PTraceState

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]