Enum smoltcp::wire::TcpControl [] [src]

pub enum TcpControl {
    None,
    Syn,
    Fin,
    Rst,
}

The control flags of a Transmission Control Protocol packet.

Variants

Methods

impl Control
[src]

Return the length of the control flag, in terms of sequence space.

Trait Implementations

impl Debug for Control
[src]

Formats the value using the given formatter.

impl PartialEq for Control
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Control
[src]

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Control
[src]