Module options

Module options 

Source
Expand description

SOME/IP-SD option types (IPv4/IPv6 Endpoint, LoadBalancing, etc.).

Structs§

DiscardableFlag
1-bit discardable flag + 7 reserved bits packed into a u8.
IPv4EndpointOption
Zero-copy wrapper around IPv4 Endpoint Option (12 bytes total: 4 header + 8 data).
IPv4EndpointOptionRepr
High-level representation of an IPv4 Endpoint Option.
IPv6EndpointOption
Zero-copy wrapper around IPv6 Endpoint Option (24 bytes total: 4 header + 20 data).
IPv6EndpointOptionRepr
High-level representation of an IPv6 Endpoint Option.
LoadBalancingOption
Zero-copy wrapper around Load Balancing Option (8 bytes total: 4 header + 4 data).
LoadBalancingOptionRepr
High-level representation of a Load Balancing Option.
OptionHeader
Zero-copy wrapper around Option header (4 bytes).

Enums§

OptionType
Option type enumeration for SOME/IP-SD options.
TransportProtocol
Transport protocol enumeration.

Type Aliases§

Result
Result type alias using the crate’s Error type.