pub fn fd_fdflags_set(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
flags: Fdflagsext,
) -> Result<Errno, WasiError>
Expand description
ยงfd_fdstat_set_flags()
Set file descriptor flags for a file descriptor Inputs:
Fd fd
The file descriptor to apply the new flags toFdflags flags
The flags to apply tofd