Function rux::fcntl::vmsplice [] [src]

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