An analogous conversion is to remove mutability from a raw pointer: *mut T to *const T. References can also be coerced to raw pointers: &T ...
確定! 回上一頁