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.
struct Mldv2QQIC();
Implementations
Creates a new QQIC
allowing lossy conversion from value
.
Creates a new QQIC
rejecting lossy conversion from value
.
Convert to T
Convert from T
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Converts to this type from the input type.
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.