pub struct SFrameFlexRecoveryRules {
pub cfa: SFrameFlexRecoveryRule,
pub ra: Option<SFrameFlexRecoveryRule>,
pub fp: Option<SFrameFlexRecoveryRule>,
}Expand description
Flex FDE Recovery Rules for all tracked entities
Fields§
§cfa: SFrameFlexRecoveryRuleCFA recovery rule (always present)
ra: Option<SFrameFlexRecoveryRule>RA recovery rule (None if padding)
fp: Option<SFrameFlexRecoveryRule>FP recovery rule (None if padding)
Trait Implementations§
Source§impl Clone for SFrameFlexRecoveryRules
impl Clone for SFrameFlexRecoveryRules
Source§fn clone(&self) -> SFrameFlexRecoveryRules
fn clone(&self) -> SFrameFlexRecoveryRules
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 moreAuto Trait Implementations§
impl Freeze for SFrameFlexRecoveryRules
impl RefUnwindSafe for SFrameFlexRecoveryRules
impl Send for SFrameFlexRecoveryRules
impl Sync for SFrameFlexRecoveryRules
impl Unpin for SFrameFlexRecoveryRules
impl UnwindSafe for SFrameFlexRecoveryRules
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