Function wasi_common::sync::file::get_fd_flags

source ·
pub fn get_fd_flags<Filelike: AsFilelike>(f: Filelike) -> Result<FdFlags>
Available on crate feature sync only.
Expand description

Return the file-descriptor flags for a given file-like object.

This returns the flags needed to implement WasiFile::get_fdflags.