Struct udt::UdtOpts::UDT_SNDSYN [] [src]

pub struct UDT_SNDSYN;

Synchronization mode of data sending

True for blocking sending; false for non-blocking sending. Default true

Trait Implementations

impl UdtOption<bool> for UDT_SNDSYN
[src]

fn get_type(&self) -> UDTOpt