pub enum CompatibleFileAttributeInformation {
Show 20 variants
MsDosAndOs2,
Amiga,
OpenVms,
Unix,
VmCms,
AtariSt,
Os2,
Macintosh,
ZSystem,
CpM,
WindowsNtfs,
Mvs,
Vse,
AcornRisc,
VFat,
AlternateMvs,
BeOs,
Tandem,
Os400,
OsX,
}
Expand description
Part of version made by
see 4.4.2.2
Variants§
MsDosAndOs2
MS-DOS and OS/2 (FAT / VFAT / FAT32 file systems)
Amiga
OpenVms
Unix
VmCms
AtariSt
Os2
Macintosh
ZSystem
CpM
WindowsNtfs
Mvs
Vse
AcornRisc
VFat
AlternateMvs
BeOs
Tandem
Os400
OsX
Trait Implementations§
Source§impl Clone for CompatibleFileAttributeInformation
impl Clone for CompatibleFileAttributeInformation
Source§fn clone(&self) -> CompatibleFileAttributeInformation
fn clone(&self) -> CompatibleFileAttributeInformation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for CompatibleFileAttributeInformation
impl PartialEq for CompatibleFileAttributeInformation
Source§fn eq(&self, other: &CompatibleFileAttributeInformation) -> bool
fn eq(&self, other: &CompatibleFileAttributeInformation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryFrom<u8> for CompatibleFileAttributeInformation
impl TryFrom<u8> for CompatibleFileAttributeInformation
impl StructuralPartialEq for CompatibleFileAttributeInformation
Auto Trait Implementations§
impl Freeze for CompatibleFileAttributeInformation
impl RefUnwindSafe for CompatibleFileAttributeInformation
impl Send for CompatibleFileAttributeInformation
impl Sync for CompatibleFileAttributeInformation
impl Unpin for CompatibleFileAttributeInformation
impl UnwindSafe for CompatibleFileAttributeInformation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more