- Rust Ownership
Understand ownership, the rule that makes Rust memory-safe without a garbage collector: move, copy, clone, and drop.
2 minen - Rustの所有権
所有権、ガベージコレクタなしでRustをメモリ安全にするルールを理解する: move、copy、clone、drop。
2 minja - Quyền sở hữu trong Rust
Hiểu ownership, quy tắc khiến Rust an toàn bộ nhớ không cần garbage collector: move, copy, clone và drop.
2 minvi - Rust所有权
理解所有权——让Rust在没有垃圾回收器的情况下仍内存安全的规则:move、copy、clone和drop。
3 minzh - Rust References and Slices
Learn how to borrow data in Rust using immutable and mutable references, understand the aliasing XOR mutability rule, and work with slices.
2 minen - Rustの参照とスライス
不変参照と可変参照によるデータの借用、aliasing XOR mutabilityルール、スライスの使い方を学びます。
3 minja - Tham chiếu và slice trong Rust
Học cách mượn dữ liệu trong Rust qua tham chiếu bất biến và khả biến, hiểu quy tắc aliasing XOR mutability, và cách làm việc với slice.
3 minvi - Rust引用与切片
学习如何在Rust中使用不可变与可变引用借用数据,理解借用规则(Aliasing XOR Mutability),以及切片的使用方法。
3 minzh
Back