Enum etherparse::ErrorField
[−]
[src]
pub enum ErrorField {
Ipv4HeaderLength,
Ipv4Dscp,
Ipv4Ecn,
Ipv4FragmentsOffset,
Ipv6FlowLabel,
VlanTagPriorityCodePoint,
VlanTagVlanId,
}Fields that can produce errors when serialized.
Variants
Ipv4HeaderLengthIpv4DscpIpv4EcnIpv4FragmentsOffsetIpv6FlowLabelVlanTagPriorityCodePointVlanTaggingHeader.priority_code_point
VlanTagVlanIdVlanTaggingHeader.vlan_identifier
Trait Implementations
impl Debug for ErrorField[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for ErrorField[src]
fn eq(&self, __arg_0: &ErrorField) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.