- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 110字
- 2021-07-02 23:07:15
Variables
As with all programming languages, we need a way to store information within our application. This information can be anything and, as with every other language, it's stored in a variable. However, unlike every other language, Rust does not store data in the same way as (say) C does.
To that end, in this chapter we will do the following:
- Understand variable mutability
- See how Rust stores information in a variable, and the types of variable available
- See how Rust deals with vector variable types
- Understand how Rust can and cannot manipulate variables
- See how Rust can pass variables
- Take a look at how Rust stores a variable internally
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Beginning Java Data Structures and Algorithms
- PHP基礎(chǔ)案例教程
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計算
- 游戲程序設(shè)計教程
- Oracle從入門到精通(第5版)
- Haskell Data Analysis Cookbook
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Instant Lucene.NET
- Couchbase Essentials
- 軟件測試綜合技術(shù)
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- Bootstrap for Rails
- 零基礎(chǔ)學(xué)C語言(升級版)