Constant rustix::fs::NFS_SUPER_MAGIC
pub const NFS_SUPER_MAGIC: FsWord = imp::fs::NFS_SUPER_MAGIC;
The portability is definied by:
#[cfg(any(linux_raw,
all(libc, any(target_os = "android", target_os = "linux"))))]
Documentation
The filesystem magic number for NFS.
See the fstatfs
man page for more information.