Struct lib_sendpacket::Payload [] [src]

pub struct Payload {
    pub payload: Vec<u8>,
}

Fields

Methods

impl Payload
[src]

[src]

Constructs a new Payload.

Trait Implementations

impl Clone for Payload
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Payload
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Div<Payload> for Ether
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Payload> for L2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Payload> for L3
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

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

The resulting type after applying the / operator.

[src]

Performs the / operation.

Auto Trait Implementations

impl Send for Payload

impl Sync for Payload