learning-rust icon indicating copy to clipboard operation
learning-rust copied to clipboard

Rust的原始引用(Raw Reference)

Open HectorJiang opened this issue 1 year ago • 0 comments

https://skyao.io/learning-rust/docs/grammar/pointer/raw-pointer.html

可变原始指针 *&mut T 改为 可变原始指针 *mut T

HectorJiang avatar May 16 '23 14:05 HectorJiang