Enum etherparse::ErrorField[][src]

pub enum ErrorField {
    Ipv4HeaderLength,
    Ipv4Dscp,
    Ipv4Ecn,
    Ipv4FragmentsOffset,
    Ipv6FlowLabel,
    VlanTagPriorityCodePoint,
    VlanTagVlanId,
    TcpDataOffset,
}

Fields that can produce errors when serialized.

Variants

VlanTaggingHeader.priority_code_point

VlanTaggingHeader.vlan_identifier

The data offset field in a tcp header

Trait Implementations

impl Debug for ErrorField
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorField
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorField
[src]

Auto Trait Implementations

impl Send for ErrorField

impl Sync for ErrorField