Struct gimli::read::cfi::AugmentationData
source · struct AugmentationData {
lsda: Option<Pointer>,
}
Expand description
Parsed augmentation data for a FrameDescriptEntry
.
Fields§
§lsda: Option<Pointer>
Implementations§
source§impl AugmentationData
impl AugmentationData
fn parse<R: Reader>( augmentation: &Augmentation, encoding_parameters: &PointerEncodingParameters<'_, R>, input: &mut R, ) -> Result<AugmentationData>
Trait Implementations§
source§impl Clone for AugmentationData
impl Clone for AugmentationData
source§fn clone(&self) -> AugmentationData
fn clone(&self) -> AugmentationData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AugmentationData
impl Debug for AugmentationData
source§impl Default for AugmentationData
impl Default for AugmentationData
source§fn default() -> AugmentationData
fn default() -> AugmentationData
Returns the “default value” for a type. Read more
source§impl PartialEq for AugmentationData
impl PartialEq for AugmentationData
source§fn eq(&self, other: &AugmentationData) -> bool
fn eq(&self, other: &AugmentationData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AugmentationData
impl StructuralPartialEq for AugmentationData
Auto Trait Implementations§
impl Freeze for AugmentationData
impl RefUnwindSafe for AugmentationData
impl Send for AugmentationData
impl Sync for AugmentationData
impl Unpin for AugmentationData
impl UnwindSafe for AugmentationData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more