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]fn eq(&self, other: &UnwindContext<R>) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl<R: Eq + Reader> Eq for UnwindContext<R>
[src]
impl<R: Reader> StructuralEq for UnwindContext<R>
[src]
Auto Trait Implementations
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,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.