Struct gimli::read::Augmentation [−][src]
pub struct Augmentation { /* fields omitted */ }
We support the z-style augmentation defined by .eh_frame
.
Trait Implementations
impl Clone for Augmentation
[src]
impl Clone for Augmentation
[src]fn clone(&self) -> Augmentation
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for Augmentation
[src]
impl Default for Augmentation
[src]fn default() -> Augmentation
[src]
impl PartialEq<Augmentation> for Augmentation
[src]
impl PartialEq<Augmentation> for Augmentation
[src]fn eq(&self, other: &Augmentation) -> bool
[src]
fn ne(&self, other: &Augmentation) -> bool
[src]
impl Copy for Augmentation
[src]
impl Eq for Augmentation
[src]
impl StructuralEq for Augmentation
[src]
impl StructuralPartialEq for Augmentation
[src]
Auto Trait Implementations
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.