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 duplicate 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
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