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.Auto Trait Implementations§
impl Freeze for StdDelayNs
impl RefUnwindSafe for StdDelayNs
impl Send for StdDelayNs
impl Sync for StdDelayNs
impl Unpin for StdDelayNs
impl UnwindSafe for StdDelayNs
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