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