検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for immutabook (0.004 sec.)
ミュータビリティ - Rust By Example 日本語版 9414
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ; } fn main() { // Create an immutable Book named `immutabook` // `immutabook`という名のイミュータブルなBookを作 ... 成 let immutabook = Book { // string literals have type `&'static st ... Bach", year: 1979, }; // Create a mutable copy of `immutabook` and call it `mutabook` // `immutabook`のミュータブ ... ーを作成し、`mutabook`と名付ける let mut mutabook = immutabook; // Immutably borrow an immutable object // イミュ ...
https://man.plustar.jp/rust/example/scope/borrow/mut.html - [similar]
PREV 1 NEXT