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_tTrait Implementations
impl Debug for FsType
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl StructuralEq for FsTypeimpl StructuralPartialEq for FsTypeAuto Trait Implementations
impl RefUnwindSafe for FsTypeimpl UnwindSafe for FsTypeBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T