Struct nix::sys::statfs::FsType
pub struct FsType(pub libc::__fsword_t);
The portability is definied by:
#[cfg(any(target_os = "freebsd", target_os = "android",
all(target_os = "linux", target_arch = "s390x"),
all(target_os = "linux", target_env = "musl"),
all(target_os = "linux",
not(any(target_arch = "s390x", target_env = "musl"))),))]
Documentation
Describes the file system type as known by the operating system.
Fields
pub 0: libc::__fsword_t
Trait Implementations
impl Debug for FsType
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl StructuralEq for FsType
impl StructuralPartialEq for FsType
Auto Trait Implementations
impl RefUnwindSafe for FsType
impl UnwindSafe for FsType
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T