Enum ntfs_reader::api::NtfsFileNameFlags
source · #[repr(u32)]
pub enum NtfsFileNameFlags {
Show 14 variants
ReadOnly,
Hidden,
System,
Archive,
Device,
Normal,
Temporary,
SparseFile,
ReparsePoint,
Compressed,
Offline,
NotContentIndexed,
Encrypted,
IsDirectory,
}
Variants
ReadOnly
Hidden
System
Archive
Device
Normal
Temporary
SparseFile
ReparsePoint
Compressed
Offline
NotContentIndexed
Encrypted
IsDirectory
Auto Trait Implementations
impl RefUnwindSafe for NtfsFileNameFlags
impl Send for NtfsFileNameFlags
impl Sync for NtfsFileNameFlags
impl Unpin for NtfsFileNameFlags
impl UnwindSafe for NtfsFileNameFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more