Docs.rs
mountinfo-0.2.0
mountinfo 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
GuillemCastro
Dependencies
regex ^1
normal
Versions
81.82%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate mountinfo
mountinfo
0.2.0
All Items
Crate Items
Structs
Enums
Crate
mountinfo
Copy item path
Source
Structs
§
Mount
Info
A struct containing the mount information. Note that it will only contain the mount points visible for the calling process. If the calling process is inside a chroot, not all mount points will be visible.
Mount
Options
A struct representing the mount options.
Mount
Point
A struct representing a mount point.
Enums
§
FsType
Some common filesystems types The String representation must be the same when creating using
from_str
and when converting to
String
using
fmt::Display
Read
Write