pub enum SFrameAArch64PAuthKey {
KeyA,
KeyB,
}Expand description
SFrame PAuth key
Ref: https://sourceware.org/binutils/docs-2.40/sframe-spec.html#The-SFrame-FDE-Info-Word
Variants§
Trait Implementations§
Source§impl Clone for SFrameAArch64PAuthKey
impl Clone for SFrameAArch64PAuthKey
Source§fn clone(&self) -> SFrameAArch64PAuthKey
fn clone(&self) -> SFrameAArch64PAuthKey
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 SFrameAArch64PAuthKey
impl Debug for SFrameAArch64PAuthKey
impl Copy for SFrameAArch64PAuthKey
Auto Trait Implementations§
impl Freeze for SFrameAArch64PAuthKey
impl RefUnwindSafe for SFrameAArch64PAuthKey
impl Send for SFrameAArch64PAuthKey
impl Sync for SFrameAArch64PAuthKey
impl Unpin for SFrameAArch64PAuthKey
impl UnwindSafe for SFrameAArch64PAuthKey
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