Function fd_read [src]
Prototype
pub extern "wasi_snapshot_preview1" fn fd_read(fd: fd_t, iovs: [*]const iovec_t, iovs_len: usize, nread: *usize) errno_t
Parameters
fd: fd_t
iovs: [*]const iovec_t
iovs_len: usize
nread: *usize
Source
pub extern "wasi_snapshot_preview1" fn fd_read(fd: fd_t, iovs: [*]const iovec_t, iovs_len: usize, nread: *usize) errno_t