pub struct StdDelayNs {}Trait Implementations§
Source§impl Default for StdDelayNs
impl Default for StdDelayNs
Source§fn default() -> StdDelayNs
fn default() -> StdDelayNs
Returns the “default value” for a type. Read more
Source§impl DelayNs for StdDelayNs
impl DelayNs for StdDelayNs
Source§fn delay_ns(&mut self, ns: u32)
fn delay_ns(&mut self, ns: u32)
Pauses execution for at minimum
ns nanoseconds. Pause can be longer
if the implementation requires it due to precision/timing issues.