Struct lib_sendpacket::L2 [] [src]

pub struct L2 { /* fields omitted */ }

Encapsulation types

Methods

impl L2
[src]

[src]

Constructs a new L2.

Trait Implementations

impl Clone for L2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for L2
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for L2
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for L2
[src]

impl PackageHeader<EtherType> for L2
[src]

[src]

impl Div<MPLS> for L2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Ip> for L2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl Send for L2

impl Sync for L2