Struct gimli::read::UnwindContext [−][src]
pub struct UnwindContext<R: Reader> { /* fields omitted */ }
An unwinding context.
Trait Implementations
impl<R: Clone + Reader> Clone for UnwindContext<R>
[src]
impl<R: Clone + Reader> Clone for UnwindContext<R>
[src]fn clone(&self) -> UnwindContext<R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<R: Debug + Reader> Debug for UnwindContext<R>
[src]
impl<R: Debug + Reader> Debug for UnwindContext<R>
[src]impl<R: Reader + PartialEq> PartialEq<UnwindContext<R>> for UnwindContext<R>
[src]
impl<R: Reader + PartialEq> PartialEq<UnwindContext<R>> for UnwindContext<R>
[src]impl<R: Eq + Reader> Eq for UnwindContext<R>
[src]
impl<R: Reader> StructuralEq for UnwindContext<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for UnwindContext<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for UnwindContext<R> where
R: Send,
R: Send,
impl<R> Sync for UnwindContext<R> where
R: Sync,
R: Sync,
impl<R> Unpin for UnwindContext<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for UnwindContext<R> where
R: UnwindSafe,
R: UnwindSafe,