pub struct SysctlSource;Expand description
Entropy source that batch-reads kernel counters via sysctl -a and extracts
deltas from the ~40-60 that change within 200ms.
No tunable parameters — the source reads all available sysctl keys and automatically identifies the ones that change between snapshots.
Implementations§
Source§impl SysctlSource
impl SysctlSource
Trait Implementations§
Source§impl Default for SysctlSource
impl Default for SysctlSource
Source§impl EntropySource for SysctlSource
impl EntropySource for SysctlSource
Auto Trait Implementations§
impl Freeze for SysctlSource
impl RefUnwindSafe for SysctlSource
impl Send for SysctlSource
impl Sync for SysctlSource
impl Unpin for SysctlSource
impl UnsafeUnpin for SysctlSource
impl UnwindSafe for SysctlSource
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