pub struct MachTimingSource;Expand description
Reads the ARM system counter (mach_absolute_time) at sub-nanosecond
resolution with variable micro-workloads between samples. Returns raw
LSBs of timing deltas — no conditioning applied.
Trait Implementations§
Source§impl EntropySource for MachTimingSource
impl EntropySource for MachTimingSource
Auto Trait Implementations§
impl Freeze for MachTimingSource
impl RefUnwindSafe for MachTimingSource
impl Send for MachTimingSource
impl Sync for MachTimingSource
impl Unpin for MachTimingSource
impl UnsafeUnpin for MachTimingSource
impl UnwindSafe for MachTimingSource
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