Struct gimli::InitializedUnwindContext [] [src]

pub struct InitializedUnwindContext<'input, Endian, Section>(_) where Endian: Endianity, Section: UnwindSection<'input, Endian>;

An initialized unwinding context.

See the documentation for UninitializedUnwindContext for more details.

Methods

impl<'input, Endian, Section> InitializedUnwindContext<'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>
[src]

Reset this context to the uninitialized state.

Trait Implementations

impl<'input, Endian: Clone, Section: Clone> Clone for InitializedUnwindContext<'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'input, Endian: Debug, Section: Debug> Debug for InitializedUnwindContext<'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>
[src]

Formats the value using the given formatter.