pub struct FsType(pub __fsword_t);Available on crate feature
fs and (Android, or Cygwin, or FreeBSD, or Linux and musl, or Linux and neither musl nor s390x, or Linux and OpenHarmony, or Linux and s390x) only.Expand description
Describes the file system type as known by the operating system.
Tuple Fields§
§0: __fsword_tTrait Implementations§
impl Copy for FsType
impl Eq for FsType
impl StructuralPartialEq for FsType
Auto Trait Implementations§
impl Freeze for FsType
Available on Unix only.
impl RefUnwindSafe for FsType
Available on Unix only.
impl Send for FsType
Available on Unix only.
impl Sync for FsType
Available on Unix only.
impl Unpin for FsType
Available on Unix only.
impl UnsafeUnpin for FsType
Available on Unix only.
impl UnwindSafe for FsType
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.