Function nix::fcntl::vmsplice

source · []
pub fn vmsplice(
    fd: RawFd,
    iov: &[IoSlice<'_>],
    flags: SpliceFFlags
) -> Result<usize>