struct IfAddrMsg {
family: u8,
prefix: u8,
flags: u8,
scope: u8,
index: u32,
}| Name | Description |
|---|---|
| family | |
| prefix | |
| flags | |
| scope | |
| index |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |