pub struct AudioPLLTimingSource;Expand description
Entropy source that harvests PLL phase noise from audio subsystem queries.
Trait Implementations§
Source§impl EntropySource for AudioPLLTimingSource
impl EntropySource for AudioPLLTimingSource
Auto Trait Implementations§
impl Freeze for AudioPLLTimingSource
impl RefUnwindSafe for AudioPLLTimingSource
impl Send for AudioPLLTimingSource
impl Sync for AudioPLLTimingSource
impl Unpin for AudioPLLTimingSource
impl UnsafeUnpin for AudioPLLTimingSource
impl UnwindSafe for AudioPLLTimingSource
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