Function file_stat_fget

Source
pub unsafe fn file_stat_fget(fd_: fd, buf_: *mut filestat) -> errno
Expand description

Gets attributes of a file by file descriptor.

§Parameters

fd: The file descriptor whose attributes have to be obtained.

buf: The buffer where the file’s attributes are stored.