検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for when (0.016 sec.)
Drop Check 12941
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ives relationship in an inclusive manner. That is, when we talked about 'a: 'b , it was ok for 'a to live ... s say `days` happens to get dropped first. // Then when Inspector is dropped, it will try to read free'd m ... s` happens to get dropped first. <anon>:14 // Then when Inspector is dropped, it will try to read free'd m ... s` happens to get dropped first. <anon>:14 // Then when Inspector is dropped, it will try to read free'd m ...
https://man.plustar.jp/rust/nomicon/dropck.html - [similar]
Subtyping and Variance 10087
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... lready covered why &'a T should be variant over 'a when introducing subtyping: it's desirable to be able t ... opped, and forever_str would point to freed memory when we print it! Therefore &mut should be invariant. T ... m. Being variant allows Box and Vec to be weakened when shared immutably. So you can pass a &Box<&'static ... x<&'a str> is expected. However what should happen when passing by-value is less obvious. It turns out tha ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
print.html 9342
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... lready covered why &'a T should be variant over 'a when introducing subtyping: it's desirable to be able t ... opped, and forever_str would point to freed memory when we print it! Therefore &mut should be invariant. T ... m. Being variant allows Box and Vec to be weakened when shared immutably. So you can pass a &Box<&'static ... x<&'a str> is expected. However what should happen when passing by-value is less obvious. It turns out tha ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PhantomData 8379
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... 実装 Light (default) Rust Coal Navy Ayu PhantomData When working with unsafe code, we can often end up in a ... values of type T, and therefore may drop some T's when we drop, we must add an extra PhantomData saying e ...
https://man.plustar.jp/rust/nomicon/phantom-data.html - [similar]
Atomics 7852
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... h all the anguish of talking to shared memory only when it doesn't actually have that memory in cache. Aft ... lease are free to be reordered to occur before it. When thread A releases a location in memory and then th ...
https://man.plustar.jp/rust/nomicon/atomics.html - [similar]
Send and Sync 7524
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... of Rust's standard collections are Send and Sync (when they contain Send and Sync types) in spite of thei ...
https://man.plustar.jp/rust/nomicon/send-and-sync.html - [similar]
Final Code 7433
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... :<T>(); // since we set the capacity to usize::MAX when elem_size is // 0, getting to here necessarily mea ...
https://man.plustar.jp/rust/nomicon/vec-final.html - [similar]
PREV 1 NEXT