Enum webrtc_ice::tcp_type::TcpType
source · 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§
source§impl PartialEq for TcpType
impl PartialEq for TcpType
impl Copy for TcpType
impl Eq for TcpType
impl StructuralPartialEq for TcpType
Auto Trait Implementations§
impl Freeze for TcpType
impl RefUnwindSafe for TcpType
impl Send for TcpType
impl Sync for TcpType
impl Unpin for TcpType
impl UnwindSafe for TcpType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more