検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for they (0.013 sec.)
Send and Sync 12354
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... e types use synchronization to manage this access, they are absolutely not thread safe. Rust captures this ... xists to make them work right. First and foremost, they're unsafe traits . This means that they are unsafe ... o implement, and other unsafe code can assume that they are correctly implemented. Since they're marker tr ... aits (they have no associated items like methods), correctly ...
https://man.plustar.jp/rust/nomicon/send-and-sync.html - [similar]
Atomics 10166
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... pendencies and eliminate dead code. In particular, they may radically change the actual order of events, o ... able to make these kinds of optimizations, because they can seriously improve performance. On the other ha ... ordered hardware may be cheap or even free because they already provide strong guarantees unconditionally. ... are the bread-and-butter of the programming world. They are fundamentally unsynchronized and compilers are ...
https://man.plustar.jp/rust/nomicon/atomics.html - [similar]
Drop Check 7979
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... y, only generic types need to worry about this. If they aren't generic, then the only lifetimes they can h ...
https://man.plustar.jp/rust/nomicon/dropck.html - [similar]
Subtyping and Variance 7758
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... rrows T. Box and Vec are interesting cases because they're variant, but you can definitely store values in ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
print.html 7648
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... rrows T. Box and Vec are interesting cases because they're variant, but you can definitely store values in ... y, only generic types need to worry about this. If they aren't generic, then the only lifetimes they can h ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT