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 TcpType
impl UnwindSafe for TcpType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V