Struct lib_sendpacket::L3 [] [src]

pub struct L3 { /* fields omitted */ }

Methods

impl L3
[src]

[src]

Constructs a new L3.

Trait Implementations

impl Clone for L3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for L3
[src]

[src]

Formats the value using the given formatter. Read more

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

impl PackageHeader<IpNextHeaderProtocol> for L3
[src]

[src]

impl<T: Transport> Div<T> for L3
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl Send for L3

impl Sync for L3