☰
nix
::
sys
::
statfs
Structs
FsType
Statfs
Constants
ADFS_SUPER_MAGIC
AFFS_SUPER_MAGIC
CODA_SUPER_MAGIC
CRAMFS_MAGIC
EFS_SUPER_MAGIC
EXT2_SUPER_MAGIC
EXT3_SUPER_MAGIC
EXT4_SUPER_MAGIC
HPFS_SUPER_MAGIC
HUGETLBFS_MAGIC
ISOFS_SUPER_MAGIC
JFFS2_SUPER_MAGIC
MINIX2_SUPER_MAGIC
MINIX2_SUPER_MAGIC2
MINIX_SUPER_MAGIC
MINIX_SUPER_MAGIC2
MSDOS_SUPER_MAGIC
NCP_SUPER_MAGIC
NFS_SUPER_MAGIC
OPENPROM_SUPER_MAGIC
PROC_SUPER_MAGIC
QNX4_SUPER_MAGIC
REISERFS_SUPER_MAGIC
SMB_SUPER_MAGIC
TMPFS_MAGIC
USBDEVICE_SUPER_MAGIC
Functions
fstatfs
statfs
Type Definitions
fsid_t
ayu
dark
light
All crates
arrayvec
async_attributes
async_channel
async_executor
async_global_executor
async_io
async_lock
async_mutex
async_process
async_rustbus
async_std
async_task
atomic_waker
bitflags
blocking
cache_padded
cfg_if
concurrent_queue
crossbeam_utils
ctor
derive_utils
event_listener
fastrand
find_crate
futures
futures_channel
futures_core
futures_enum
futures_executor
futures_io
futures_lite
futures_macro
futures_sink
futures_task
futures_util
kv_log_macro
lazy_static
libc
log
memchr
nix
num_cpus
once_cell
parking
pin_project_lite
pin_utils
polling
proc_macro2
proc_macro_hack
proc_macro_nested
quote
rustable
rustbus
rustbus_derive
serde
signal_hook
signal_hook_registry
slab
socket2
syn
toml
unicode_xid
value_bag
void
waker_fn
xml
?
Function
nix
::
sys
::
statfs
::
fstatfs
⎘
[
−
]
[src]
pub fn fstatfs<T:
AsRawFd
>(fd:
&
T) ->
Result
<
Statfs
>