packet_formats::icmp::mld

Type Alias Mldv2QQIC

Source
pub type Mldv2QQIC = QQIC;
Expand description

QQIC (Querier’s Query Interval Code) used in Queryv2 messages, defined in RFC 3810 section 5.1.9.

Aliased to shared GMP implementation for convenience.

Aliased Type§

struct Mldv2QQIC(/* private fields */);

Trait Implementations§

Source§

impl MaxCode<u8> for Mldv2QQIC

Source§

fn as_code(self) -> u8

Convert to T
Source§

fn from_code(code: u8) -> Self

Convert from T