pub struct PmStage(/* private fields */);
已经暂停
正在暂停
正在恢复
正在冻结线程
正在解冻线程
正常运行
self
other
==
!=
<
<=
>
>=
TypeId
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