Function recv [src]
Prototype
pub extern "ws2_32" fn recv( s: SOCKET, buf: [*]u8, len: i32, flags: i32, ) callconv(.winapi) i32 Parameters
s: SOCKETbuf: [*]u8len: i32flags: i32 Source
pub extern "ws2_32" fn recv(
s: SOCKET,
buf: [*]u8,
len: i32,
flags: i32,
) callconv(.winapi) i32