Open wangjunstf opened 1 year ago
https://wangjunstf.github.io/2023/01/29/the-rust-raw-pointer/
In rust compiler ensures references are always valid. Unsafe Rust has a type called raw pointer that are similar to references. As with reference, raw pointers can be immutable or mutable and are writ
请留下你的脚印,证明你来过。
NICE!
https://wangjunstf.github.io/2023/01/29/the-rust-raw-pointer/
In rust compiler ensures references are always valid. Unsafe Rust has a type called raw pointer that are similar to references. As with reference, raw pointers can be immutable or mutable and are writ