Struct lib_sendpacket::L3Over [] [src]

pub struct L3Over<T: Transport> { /* fields omitted */ }

Methods

impl<T: Transport> L3Over<T>
[src]

[src]

Constructs a new L3Over.

Trait Implementations

impl<T: Clone + Transport> Clone for L3Over<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug + Transport> Debug for L3Over<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + Transport> PartialEq for L3Over<T>
[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<T: Eq + Transport> Eq for L3Over<T>
[src]

impl PackageHeader for L3Over<Tcp>
[src]

[src]

impl Div<Payload> for L3Over<Tcp>
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl<T> Send for L3Over<T> where
    T: Send

impl<T> Sync for L3Over<T> where
    T: Sync