[][src]Function uapi::recv

pub fn recv<T: Pod + ?Sized>(
    sockfd: c_int,
    buf: &mut T,
    flags: c_int
) -> Result<&mut [u8]>