Struct etherparse::Ethernet2Header [] [src]

pub struct Ethernet2Header {
    pub destination: [u8; 6],
    pub source: [u8; 6],
    pub ether_type: u16,
}

Ethernet II header.

Fields

Trait Implementations

impl Debug for Ethernet2Header
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Ethernet2Header
[src]

[src]

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

[src]

This method tests for !=.