pub struct AslrStats {
pub randomizations_applied: usize,
pub entropy_consumed: u64,
pub entropy_bits_available: u32,
pub aslr_enabled: bool,
}
Expand description
ASLR statistics.
Fields§
§randomizations_applied: usize
§entropy_consumed: u64
§entropy_bits_available: u32
§aslr_enabled: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AslrStats
impl RefUnwindSafe for AslrStats
impl Send for AslrStats
impl Sync for AslrStats
impl Unpin for AslrStats
impl UnwindSafe for AslrStats
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