struct RouteMsg {
family: u8,
dst_len: u8,
src_len: u8,
tos: u8,
table: u8,
protocol: u8,
scope: u8,
ty: u8,
flags: u32,
}| Name | Description |
|---|---|
| family | |
| dst_len | |
| src_len | |
| tos | |
| table | |
| protocol | |
| scope | |
| ty | |
| flags |
| 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. |