Struct gimli::InitializedUnwindContext[][src]

pub struct InitializedUnwindContext<Section, R>(_)
where
    R: Reader,
    Section: UnwindSection<R>
;

An initialized unwinding context.

See the documentation for UninitializedUnwindContext for more details.

Methods

impl<Section, R> InitializedUnwindContext<Section, R> where
    R: Reader,
    Section: UnwindSection<R>, 
[src]

Signal Safe Methods

These methods are guaranteed not to allocate, acquire locks, or perform any other signal-unsafe operations.

Reset this context to the uninitialized state.

Trait Implementations

impl<Section: Clone, R: Clone> Clone for InitializedUnwindContext<Section, R> where
    R: Reader,
    Section: UnwindSection<R>, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Section: Debug, R: Debug> Debug for InitializedUnwindContext<Section, R> where
    R: Reader,
    Section: UnwindSection<R>, 
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Section, R> Send for InitializedUnwindContext<Section, R> where
    R: Send,
    Section: Send

impl<Section, R> Sync for InitializedUnwindContext<Section, R> where
    R: Sync,
    Section: Sync