Struct lib_sendpacket::Ip [] [src]

pub struct Ip {
    pub src: String,
    pub dst: String,
}

Fields

Trait Implementations

impl Clone for Ip
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ip
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Div<Ip> for L2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Ip> for Ether
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl Send for Ip

impl Sync for Ip