[][src]Function wasi::fd_filestat_get

pub unsafe fn fd_filestat_get(fd: Fd) -> Result<Filestat>

Return the attributes of an open file.

Return

  • buf - The buffer where the file's attributes are stored.