Pin <P>定义如下:pub struct Pin<P> { pointer: P,}Unpin这是一个trait,定义在std::marker中,如果一个T:Unpin,就说明T在pin.
確定! 回上一頁