検索
Results of 1 - 2 of about 2 for WebEvent (0.007 sec.)
- 列挙型 - Rust By Example 日本語版 11228
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
して使用できます。 // Create an `enum` to classify a web event. Note how both // names and type information toge...
// 要素型は互いに異なり、互いに非依存である。 enum WebEvent { // An `enum` may either be `unit-like`, // `enum...
{ x: i64, y: i64 }, } // A function which takes a `WebEvent` enum as an argument and // returns nothing. // 引...
数として`WebEvent`列挙型をとり、何も返さない関数 fn inspect(event: W...
- https://man.plustar.jp/rust/example/custom_types/enum.html - [similar]
- Rust By Example 日本語版 7485
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
して使用できます。 // Create an `enum` to classify a web event. Note how both // names and type information toge...
// 要素型は互いに異なり、互いに非依存である。 enum WebEvent { // An `enum` may either be `unit-like`, // `enum...
{ x: i64, y: i64 }, } // A function which takes a `WebEvent` enum as an argument and // returns nothing. // 引...
数として`WebEvent`列挙型をとり、何も返さない関数 fn inspect(event: W...
- https://man.plustar.jp/rust/example/print.html - [similar]
PREV
1
NEXT