mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
commit
a516b53fe5
@ -169,7 +169,7 @@ Listing 6-1: Storing the data and type of an IP address using a `struct`
|
||||
|
||||
<!-- I will add wingdings here in libreoffice /Carol -->
|
||||
|
||||
Here, we've defined a struct `IPAddr` that has two fields: a `kind` field that
|
||||
Here, we've defined a struct `IpAddr` that has two fields: a `kind` field that
|
||||
is of type `IpAddrKind` (the enum we defined previously), and an `address`
|
||||
field of type `String`. We have two instances of this struct. The first,
|
||||
`home`, has the value `IpAddrKind::V4` as its `kind`, with associated address
|
||||
|
Loading…
Reference in New Issue
Block a user