Enum webrtc_ice::url::ProtoType
source · [−]pub enum ProtoType {
Udp,
Tcp,
Unknown,
}
Expand description
The transport protocol type that is used in the ice::url::Url
structure.
Variants
Udp
The URL uses a UDP transport.
Tcp
The URL uses a TCP transport.
Unknown
Trait Implementations
impl Copy for ProtoType
impl StructuralPartialEq for ProtoType
Auto Trait Implementations
impl RefUnwindSafe for ProtoType
impl Send for ProtoType
impl Sync for ProtoType
impl Unpin for ProtoType
impl UnwindSafe for ProtoType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more