検索

phrase: max: clip:
target: order:
Results of 11 - 13 of about 13 for data (0.032 sec.)
Send and Sync 6475
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... Subtyping and Variance 3.8. Drop Check 3.9. PhantomData 3.10. 借用の分割 4. 型変換 4.1. 型強制 4.2. ドット ... an't be Send or Sync. Sufficient to appeal only to data races? 関連キーワード: Send , they , thread , type ...
https://man.plustar.jp/rust/nomicon/send-and-sync.html - [similar]
奇妙なサイズの型 6352
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... Subtyping and Variance 3.8. Drop Check 3.9. PhantomData 3.10. 借用の分割 4. 型変換 4.1. 型強制 4.2. ドット ... 直接スタックには置けません。 struct Foo { info: u32, data: [u8], } } Rust 1.0 時点では、最後のフィールドが正 ...
https://man.plustar.jp/rust/nomicon/exotic-sizes.html - [similar]
repr(Rust) 6352
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... Subtyping and Variance 3.8. Drop Check 3.9. PhantomData 3.10. 借用の分割 4. 型変換 4.1. 型強制 4.2. ドット ... nused)] fn main() { struct Foo<T, U> { count: u16, data1: T, data2: U, } } さて、単体化した Foo<u32, u16> ... ると思われます。 struct Foo<u16, u32> { count: u16, data1: u16, data2: u32, } struct Foo<u32, u16> { count: ... u16, _pad1: u16, data1: u32, data2: u16, _pad2: u16, } 後者の例ははっきり ...
https://man.plustar.jp/rust/nomicon/repr-rust.html - [similar]
PREV 1 2 NEXT