[][src]Trait libzmq::prelude::ConfigureRecv

pub trait ConfigureRecv: GetRecvConfig {
    fn recv_high_water_mark(&self) -> Option<i32> { ... }
fn set_recv_high_water_mark(&mut self, maybe: Option<i32>) { ... }
fn recv_timeout(&self) -> Option<Duration> { ... }
fn set_recv_timeout(&mut self, maybe: Option<Duration>) { ... } }

A set of provided methods for the configuration of a socket that implements RecvMsg.

Provided methods

fn recv_high_water_mark(&self) -> Option<i32>

fn set_recv_high_water_mark(&mut self, maybe: Option<i32>)

fn recv_timeout(&self) -> Option<Duration>

fn set_recv_timeout(&mut self, maybe: Option<Duration>)

Loading content...

Implementors

impl ConfigureRecv for ClientConfig[src]

impl ConfigureRecv for DishConfig[src]

impl ConfigureRecv for ServerConfig[src]

Loading content...