Enum webrtc_ice::tcp_type::TcpType [−][src]
pub enum TcpType {
Unspecified,
Active,
Passive,
SimultaneousOpen,
}
Variants
Unspecified
The default value. For example UDP candidates do not need this field.
Active
Active TCP candidate, which initiates TCP connections.
Passive
Passive TCP candidate, only accepts TCP connections.
SimultaneousOpen
Like Active
and Passive
at the same time.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TcpType
impl UnwindSafe for TcpType
Blanket Implementations
Mutably borrows from an owned value. Read more