検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for traits (0.016 sec.)
Send and Sync 11905
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... safe. Rust captures this through the Send and Sync traits. A type is Send if it is safe to send it to anothe ... hem work right. First and foremost, they're unsafe traits . This means that they are unsafe to implement, an ... ey are correctly implemented. Since they're marker traits (they have no associated items like methods), corr ... vior. Send and Sync are also automatically derived traits. This means that, unlike every other trait, if a t ...
https://man.plustar.jp/rust/nomicon/send-and-sync.html - [similar]
Subtyping and Variance 8185
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... in trait implementations to the trait definition. Traits don't have inferred variance, so Fn(T) is invarian ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
print.html 7775
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... in trait implementations to the trait definition. Traits don't have inferred variance, so Fn(T) is invarian ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT