Struct gimli::InitializedUnwindContext
[−]
[src]
pub struct InitializedUnwindContext<'input, Endian>(_) where Endian: Endianity;An initialized unwinding context.
See the documentation for
UninitializedUnwindContext for
more details.
Methods
impl<'input, Endian> InitializedUnwindContext<'input, Endian> where Endian: Endianity[src]
fn reset(self) -> UninitializedUnwindContext<'input, Endian>
Reset this context to the uninitialized state.
Trait Implementations
impl<'input, Endian: Clone> Clone for InitializedUnwindContext<'input, Endian> where Endian: Endianity[src]
fn clone(&self) -> InitializedUnwindContext<'input, Endian>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more