Struct gimli::Augmentation [−][src]
pub struct Augmentation { /* fields omitted */ }We support the z-style augmentation defined by .eh_frame.
Trait Implementations
impl Copy for Augmentation[src]
impl Copy for Augmentationimpl Clone for Augmentation[src]
impl Clone for Augmentationfn clone(&self) -> Augmentation[src]
fn clone(&self) -> AugmentationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Augmentation[src]
impl Debug for Augmentationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Augmentation[src]
impl Default for Augmentationfn default() -> Augmentation[src]
fn default() -> AugmentationReturns the "default value" for a type. Read more
impl PartialEq for Augmentation[src]
impl PartialEq for Augmentationfn eq(&self, other: &Augmentation) -> bool[src]
fn eq(&self, other: &Augmentation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Augmentation) -> bool[src]
fn ne(&self, other: &Augmentation) -> boolThis method tests for !=.
impl Eq for Augmentation[src]
impl Eq for AugmentationAuto Trait Implementations
impl Send for Augmentation
impl Send for Augmentationimpl Sync for Augmentation
impl Sync for Augmentation