Enum webrtc_util::ifaces::NextHop [−][src]
pub enum NextHop {
Broadcast(SocketAddr),
Destination(SocketAddr),
}
Variants
Broadcast(SocketAddr)
Tuple Fields of Broadcast
0: SocketAddr
Destination(SocketAddr)
Tuple Fields of Destination
0: SocketAddr
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NextHop
impl UnwindSafe for NextHop
Blanket Implementations
Mutably borrows from an owned value. Read more