Enum pnet_transport::TransportChannelType [] [src]

pub enum TransportChannelType {
    Layer4(TransportProtocol),
    Layer3(IpNextHeaderProtocol),
}

Type of transport channel to present

Variants

The application will send and receive transport layer packets

The application will send and receive IPv4 packets, with the specified transport protocol

Trait Implementations

impl Clone for TransportChannelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TransportChannelType
[src]

Auto Trait Implementations