pub struct RandomizedStack {
pub layout: ThreadMemoryLayout,
pub actual_address: usize,
pub entropy_used: u32,
}
Expand description
Stack with randomized allocation address.
Fields§
§layout: ThreadMemoryLayout
§actual_address: usize
§entropy_used: u32
Implementations§
Auto Trait Implementations§
impl Freeze for RandomizedStack
impl RefUnwindSafe for RandomizedStack
impl Send for RandomizedStack
impl Sync for RandomizedStack
impl Unpin for RandomizedStack
impl UnwindSafe for RandomizedStack
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