pub struct ProcessSource;Expand description
Entropy source that snapshots the process table via ps and combines it
with getpid() timing jitter.
No tunable parameters — the source reads the full process table and automatically extracts entropy from byte-level changes.
Implementations§
Source§impl ProcessSource
impl ProcessSource
Trait Implementations§
Source§impl Default for ProcessSource
impl Default for ProcessSource
Source§impl EntropySource for ProcessSource
impl EntropySource for ProcessSource
Auto Trait Implementations§
impl Freeze for ProcessSource
impl RefUnwindSafe for ProcessSource
impl Send for ProcessSource
impl Sync for ProcessSource
impl Unpin for ProcessSource
impl UnsafeUnpin for ProcessSource
impl UnwindSafe for ProcessSource
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