Struct lib_sendpacket::MPLS [] [src]

pub struct MPLS {
    pub label: u32,
}

Fields

Methods

impl MPLS
[src]

[src]

Constructs a new MPLS.

Trait Implementations

impl Clone for MPLS
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MPLS
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for MPLS
[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 MPLS
[src]

impl Div<MPLS> for Ether
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<MPLS> for L2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl Send for MPLS

impl Sync for MPLS