検索

phrase: max: clip:
target: order:
Results of 11 - 14 of about 14 for type (0.028 sec.)
キャスト 7124
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... を用いて、明示的に 実行しなければなりません: expr as Type 真のキャストは一般的に、生ポインタやプリミティブ型 ...
https://man.plustar.jp/rust/nomicon/casts.html - [similar]
IntoIter 7124
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ンのコードです。 impl<T> Iterator for IntoIter<T> { type Item = T; fn next(&mut self) -> Option<T> { if sel ...
https://man.plustar.jp/rust/nomicon/vec-into-iter.html - [similar]
レイアウト 7124
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... r: PhantomData } } } impl<T> Deref for Unique<T> { type Target = *mut T; fn deref(&self) -> &*mut T { // 参 ...
https://man.plustar.jp/rust/nomicon/vec-layout.html - [similar]
サイズが 0 の型を扱う 7037
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... で割ります。 impl<T> Iterator for RawValIter<T> { type Item = T; fn next(&mut self) -> Option<T> { if sel ...
https://man.plustar.jp/rust/nomicon/vec-zsts.html - [similar]
PREV 1 2 NEXT