Enum zmq::SocketType [−][src]
pub enum SocketType { PAIR, PUB, SUB, REQ, REP, DEALER, ROUTER, PULL, PUSH, XPUB, XSUB, STREAM, }
Socket types
Variants
Trait Implementations
impl Clone for SocketType
[src]
impl Clone for SocketType
[src]fn clone(&self) -> SocketType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<SocketType> for SocketType
[src]
impl PartialEq<SocketType> for SocketType
[src]