pub struct FeaturesEnabled {
pub canaries: bool,
pub guard_pages: bool,
pub cfi: bool,
pub isolation: bool,
pub aslr: bool,
pub audit: bool,
}
Fields§
§canaries: bool
§guard_pages: bool
§cfi: bool
§isolation: bool
§aslr: bool
§audit: bool
Trait Implementations§
Source§impl Clone for FeaturesEnabled
impl Clone for FeaturesEnabled
Source§fn clone(&self) -> FeaturesEnabled
fn clone(&self) -> FeaturesEnabled
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 FeaturesEnabled
impl RefUnwindSafe for FeaturesEnabled
impl Send for FeaturesEnabled
impl Sync for FeaturesEnabled
impl Unpin for FeaturesEnabled
impl UnwindSafe for FeaturesEnabled
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