Enum pnet_transport::TransportChannelType [−][src]
pub enum TransportChannelType {
Layer4(TransportProtocol),
Layer3(IpNextHeaderProtocol),
}Expand description
Type of transport channel to present.
Variants
Layer4(TransportProtocol)
Tuple Fields
The application will send and receive transport layer packets.
Layer3(IpNextHeaderProtocol)
Tuple Fields
The application will send and receive IPv4 packets, with the specified transport protocol.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransportChannelType
impl Send for TransportChannelType
impl Sync for TransportChannelType
impl Unpin for TransportChannelType
impl UnwindSafe for TransportChannelType
Blanket Implementations
Mutably borrows from an owned value. Read more
