nix::fcntl

Function vmsplice

Source
pub fn vmsplice(
    fd: RawFd,
    iov: &[IoVec<&[u8]>],
    flags: SpliceFFlags,
) -> Result<usize>