検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 193 for ライフタイム (0.023 sec.)
明示的アノテーション - Rust By Example 日本語版 14515
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... 決定するために、明示的なアノテーションを使用します。ライフタイムが省略 1 されなかった場合、Rustは参照のライフタイム... has a lifetime parameter `'a` // `foo`は`'a`というライフタイムパラメータを持ちます。 クロージャ と同様、ライフタイ ...
https://man.plustar.jp/rust/example/scope/lifetime/explicit.html - [similar]
ライフタイム - Rust By Example 日本語版 10745
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... fault) Rust Coal Navy Ayu Rust By Example 日本語版 ライフタイム ライフタイム はコンパイラ(借用チェッカーと呼ばれる ... 認するために使用する仕組みです。正確にいうと、変数のライフタイムは作成時に開始し、破棄された時に終了します。ライフタ ...
https://man.plustar.jp/rust/example/scope/lifetime.html - [similar]
関数 - Rust By Example 日本語版 10365
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... u Rust By Example 日本語版 関数 省略 をしない場合、ライフタイムのシグネチャ(e.g. <'a> )を持つ関数にはいくつかの制限 ... があります。 全ての変数においてライフタイムを明示しなくてはならない。 返り値となる参照はすべて引 ...
https://man.plustar.jp/rust/example/scope/lifetime/fn.html - [similar]
圧縮 - Rust By Example 日本語版 9865
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... st Coal Navy Ayu Rust By Example 日本語版 圧縮 長いライフタイムは、短いものに圧縮(coerce)することで、そのままでは動 ... tコンパイラが推論の結果として圧縮する場合と、複数のライフタイムを比較して圧縮する場合があります。 // Here, Rust inf ...
https://man.plustar.jp/rust/example/scope/lifetime/lifetime_coercion.html - [similar]
スタティックライフタイム - Rust By Example 日本語版 9224
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... Coal Navy Ayu Rust By Example 日本語版 スタティックライフタイム Rustにはいくつかの予約されたライフタイム名がありま ... ke a constant with `'static` lifetime. // `'static`ライフタイムを持つ定数を作成 static NUM: i32 = 18; // Returns a ...
https://man.plustar.jp/rust/example/scope/lifetime/static_lifetime.html - [similar]
省略 - Rust By Example 日本語版 9180
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... ) Rust Coal Navy Ayu Rust By Example 日本語版 省略 ライフタイムのパターンのうちのいくつかは、他と比べてあまりにも一 ... 全な説明を見たい場合は、「プログラミング言語Rust」の ライフタイムの省略 の項を見てください。 // `elided_input` and `a ...
https://man.plustar.jp/rust/example/scope/lifetime/elision.html - [similar]
ライフタイム境界 - Rust By Example 日本語版 8311
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... fault) Rust Coal Navy Ayu Rust By Example 日本語版 ライフタイム境界 ジェネリック型に境界(bound)を与え、特定のトレイ ... トを実装していることを保証できるのと同様、ライフタイム(それ自身ジェネリック型)にも境界を与えることができ ...
https://man.plustar.jp/rust/example/scope/lifetime/lifetime_bounds.html - [similar]
配列とスライス - Rust By Example 日本語版 7170
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ...
https://man.plustar.jp/rust/example/primitives/array.html - [similar]
定数 - Rust By Example 日本語版 7018
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... 値(通常はこちらを使用する) static : スタティックな ライフタイムを持つミュータブル( mut )な値 The static lifetime is ... しましょう } 参照 const 及び static の RFC , 'static ライフタイム 関連キーワード: 定数 , 関数 , エラー , Result , st ...
https://man.plustar.jp/rust/example/custom_types/constants.html - [similar]
メソッド - Rust By Example 日本語版 6595
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... リティ 15.3.2. エイリアス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3 ... . メソッド 15.4.4. 構造体 15.4.5. Traits 15.4.6. ライフタイム境界 15.4.7. 圧縮 15.4.8. スタティックライフタイム 1 ... vy Ayu Rust By Example 日本語版 メソッド メソッドのライフタイムは関数に似ている。 struct Owner(i32); impl Owner { / ... as in a standalone function. // 通常の関数と同様にライフタイムを明示 fn add_one<'a>(&'a mut self) { self.0 += 1; } ...
https://man.plustar.jp/rust/example/scope/lifetime/methods.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT