Function nix::fcntl::vmsplice[][src]

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