pub struct SFrameFDEInfo(/* private fields */);Expand description
SFrame FDE Info Word
Ref: https://sourceware.org/binutils/docs/sframe-spec.html#The-SFrame-FDE-Info-Word
Implementations§
Source§impl SFrameFDEInfo
impl SFrameFDEInfo
Sourcepub fn get_fre_type(&self) -> SFrameResult<SFrameFREType>
pub fn get_fre_type(&self) -> SFrameResult<SFrameFREType>
Get SFrame FRE type
Sourcepub fn get_fde_type(&self) -> SFrameResult<SFrameFDEType>
pub fn get_fde_type(&self) -> SFrameResult<SFrameFDEType>
Get SFrame FDE type
Sourcepub fn get_aarch64_pauth_key(&self) -> SFrameResult<SFrameAArch64PAuthKey>
pub fn get_aarch64_pauth_key(&self) -> SFrameResult<SFrameAArch64PAuthKey>
Get SFrame AArch64 pauth key
Trait Implementations§
Source§impl Clone for SFrameFDEInfo
impl Clone for SFrameFDEInfo
Source§fn clone(&self) -> SFrameFDEInfo
fn clone(&self) -> SFrameFDEInfo
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 SFrameFDEInfo
impl Debug for SFrameFDEInfo
impl Copy for SFrameFDEInfo
Auto Trait Implementations§
impl Freeze for SFrameFDEInfo
impl RefUnwindSafe for SFrameFDEInfo
impl Send for SFrameFDEInfo
impl Sync for SFrameFDEInfo
impl Unpin for SFrameFDEInfo
impl UnwindSafe for SFrameFDEInfo
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