Generic Struct Example in Rust

Publié le: 28 novembre 2022
sur la chaîne: Learning Rust
293
11

Use a generic struct to accept float or integers.
(add angle brackets as the suffix to the name of the struct)

A generic struct acts as an abstract stand-in for a yet to be chosen data type
(The data type gets specified at compile time based on what you decide to use with your variable types).

Without this, you would get a compiler error if you specified a data type different to what was specified for the struct field.

Code : https://redandgreen.co.uk/how-to-use-...

View the Rust playlist :    • Rust Programming | Rust Code  

It would be amazing if you want to support my channel via Patreon:
Patreon :=   / 3552586  

#Rust #beginnertutorial #rusttutorial


Sur cette page du site, vous pouvez voir la vidéo en ligne Generic Struct Example in Rust durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Learning Rust 28 novembre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 293 fois et il a aimé 11 téléspectateurs. Bon visionnage!