pub enum SecurityFeature {
StackCanaries,
GuardPages,
Cfi,
Isolation,
Aslr,
Audit,
}
Expand description
Security features that can be configured at runtime.
Variants§
Trait Implementations§
Source§impl Clone for SecurityFeature
impl Clone for SecurityFeature
Source§fn clone(&self) -> SecurityFeature
fn clone(&self) -> SecurityFeature
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 SecurityFeature
impl Debug for SecurityFeature
Source§impl PartialEq for SecurityFeature
impl PartialEq for SecurityFeature
impl Copy for SecurityFeature
impl Eq for SecurityFeature
impl StructuralPartialEq for SecurityFeature
Auto Trait Implementations§
impl Freeze for SecurityFeature
impl RefUnwindSafe for SecurityFeature
impl Send for SecurityFeature
impl Sync for SecurityFeature
impl Unpin for SecurityFeature
impl UnwindSafe for SecurityFeature
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