#[non_exhaustive]pub struct Blocking;
Marker type signalling that a driver is initialized in blocking mode.
Drivers are constructed in blocking mode by default. To learn about the differences between blocking and async drivers, see the Async mode documentation.
Async
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U
Self