[][src]Function std::os::fortanix_sgx::usercalls::read

pub fn read(fd: Fd, bufs: &mut [IoSliceMut]) -> IoResult<usize>
🔬 This is a nightly-only experimental API. (sgx_platform #56975)

Usercall read. See the ABI documentation for more information.

This will do a single read usercall and scatter the read data among bufs. To read to a single buffer, just pass a slice of length one.