Enum webrtc_ice::tcp_type::TcpType [−][src]
pub enum TcpType {
Unspecified,
Active,
Passive,
SimultaneousOpen,
}Variants
The default value. For example UDP candidates do not need this field.
Active TCP candidate, which initiates TCP connections.
Passive TCP candidate, only accepts TCP connections.
Like Active and Passive at the same time.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TcpTypeimpl UnwindSafe for TcpTypeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V