[][src]Trait etherparse::SerializedSize

pub trait SerializedSize {
const SERIALIZED_SIZE: usize;
}

Contains the size when serialized.

Associated Constants

Loading content...

Implementors

impl SerializedSize for DoubleVlanHeader[src]

const SERIALIZED_SIZE: usize[src]

Serialized size of the header in bytes.

impl SerializedSize for Ethernet2Header[src]

const SERIALIZED_SIZE: usize[src]

Serialized size of the header in bytes.

impl SerializedSize for Ipv4Header[src]

const SERIALIZED_SIZE: usize[src]

Size of the header itself (without options) in bytes.

impl SerializedSize for Ipv6Header[src]

const SERIALIZED_SIZE: usize[src]

Size of the header itself in bytes.

impl SerializedSize for SingleVlanHeader[src]

const SERIALIZED_SIZE: usize[src]

Serialized size of the header in bytes.

impl SerializedSize for UdpHeader[src]

const SERIALIZED_SIZE: usize[src]

Size of the header itself

Loading content...