Struct udt::UdtOpts::UDT_RCVSYN [] [src]

pub struct UDT_RCVSYN;

Synchronization mode for receiving.

true for blocking receiving; false for non-blocking receiving. Default true.

Trait Implementations

impl UdtOption<bool> for UDT_RCVSYN
[src]

fn get_type(&self) -> UDTOpt