Struct etherparse::Ipv6ExtensionHeader[][src]

pub struct Ipv6ExtensionHeader { /* fields omitted */ }

Dummy struct for ipv6 header extensions.

Trait Implementations

impl Clone for Ipv6ExtensionHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ipv6ExtensionHeader
[src]

Formats the value using the given formatter. Read more

impl Eq for Ipv6ExtensionHeader
[src]

impl PartialEq for Ipv6ExtensionHeader
[src]

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

This method tests for !=.

Auto Trait Implementations