[−][src]Function std::os::fortanix_sgx::usercalls::write
pub fn write(fd: Fd, bufs: &[IoSlice]) -> IoResult<usize>
Usercall write
. See the ABI documentation for more information.
This will do a single write
usercall and gather the written data from
bufs
. To write from a single buffer, just pass a slice of length one.