Alex' Gardenアレックスの庭

Home

❯

5_Archive

❯

4_Projects

❯

Rust

❯

Rust Structs

1 min read

🏰 Rust Structs

Visibility

  • pub: to make a struct/field Public

Types

  • 🏷️ Rust Named-Fields Structs
  • 🔢 Rust Tuple-Like Structs
  • 🍽️ Rust Unit-Like Structs

Associations

  • 🧲 Rust Associated Functions
  • 🧲 Rust Type Associated Function
  • 🧲 Rust Associated Consts

Generics

Rust structs can also be generic → 🦄 Rust Generic Structs

Common Traits

👨‍🚀 Rust Trait Derivation

Graph View

  • 🏰 Rust Structs
  • Visibility
  • Types
  • Associations
  • Generics
  • Common Traits

Backlinks

  • Rust Associated Consts
  • Rust Associated Functions
  • Rust Enums
  • Rust Generic Structs
  • Rust Named-Fields Structs
  • Rust Tuple-Like Structs
  • Rust Type Associated Function
  • Rust Unit-Like Structs
  • Rust