Struct etherparse::Ipv6ExtensionHeaderSlice[][src]

pub struct Ipv6ExtensionHeaderSlice<'a> { /* fields omitted */ }

A slice containing an ipv6 extension header of a network package.

Methods

impl<'a> Ipv6ExtensionHeaderSlice<'a>
[src]

Creates a slice containing an ipv6 header extension.

Returns the slice containing the ipv6 extension header

Returns the id of the next header (see IpTrafficClass for a definition of all ids).

Trait Implementations

impl<'a> Clone for Ipv6ExtensionHeaderSlice<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Ipv6ExtensionHeaderSlice<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for Ipv6ExtensionHeaderSlice<'a>
[src]

impl<'a> PartialEq for Ipv6ExtensionHeaderSlice<'a>
[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