pub struct SFrameFlexRecoveryRule {
pub control: SFrameFlexControlData,
pub offset: i32,
}Expand description
Flex FDE Recovery Rule
Contains the control and offset data for recovering a tracked entity (CFA, RA, or FP) in a flexible FDE.
Fields§
§control: SFrameFlexControlDataControl data word
offset: i32Offset data (signed offset to be added to the base)
Trait Implementations§
Source§impl Clone for SFrameFlexRecoveryRule
impl Clone for SFrameFlexRecoveryRule
Source§fn clone(&self) -> SFrameFlexRecoveryRule
fn clone(&self) -> SFrameFlexRecoveryRule
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 SFrameFlexRecoveryRule
impl Debug for SFrameFlexRecoveryRule
impl Copy for SFrameFlexRecoveryRule
Auto Trait Implementations§
impl Freeze for SFrameFlexRecoveryRule
impl RefUnwindSafe for SFrameFlexRecoveryRule
impl Send for SFrameFlexRecoveryRule
impl Sync for SFrameFlexRecoveryRule
impl Unpin for SFrameFlexRecoveryRule
impl UnwindSafe for SFrameFlexRecoveryRule
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