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 fdThe file descriptor to apply the new flags toFdflags flagsThe flags to apply tofd