Struct gimli::read::UnwindContext [−][src]
pub struct UnwindContext<R: Reader> { /* fields omitted */ }
Expand description
An unwinding context.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for UnwindContext<R> where
R: RefUnwindSafe,
impl<R> Send for UnwindContext<R> where
R: Send,
impl<R> Sync for UnwindContext<R> where
R: Sync,
impl<R> Unpin for UnwindContext<R> where
R: Unpin,
impl<R> UnwindSafe for UnwindContext<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more