#[repr(i32)]pub enum FILE_INFORMATION_CLASS {
Show 77 variants
FileDirectoryInformation,
FileFullDirectoryInformation,
FileBothDirectoryInformation,
FileBasicInformation,
FileStandardInformation,
FileInternalInformation,
FileEaInformation,
FileAccessInformation,
FileNameInformation,
FileRenameInformation,
FileLinkInformation,
FileNamesInformation,
FileDispositionInformation,
FilePositionInformation,
FileFullEaInformation,
FileModeInformation,
FileAlignmentInformation,
FileAllInformation,
FileAllocationInformation,
FileEndOfFileInformation,
FileAlternateNameInformation,
FileStreamInformation,
FilePipeInformation,
FilePipeLocalInformation,
FilePipeRemoteInformation,
FileMailslotQueryInformation,
FileMailslotSetInformation,
FileCompressionInformation,
FileObjectIdInformation,
FileCompletionInformation,
FileMoveClusterInformation,
FileQuotaInformation,
FileReparsePointInformation,
FileNetworkOpenInformation,
FileAttributeTagInformation,
FileTrackingInformation,
FileIdBothDirectoryInformation,
FileIdFullDirectoryInformation,
FileValidDataLengthInformation,
FileShortNameInformation,
FileIoCompletionNotificationInformation,
FileIoStatusBlockRangeInformation,
FileIoPriorityHintInformation,
FileSfioReserveInformation,
FileSfioVolumeInformation,
FileHardLinkInformation,
FileProcessIdsUsingFileInformation,
FileNormalizedNameInformation,
FileNetworkPhysicalNameInformation,
FileIdGlobalTxDirectoryInformation,
FileIsRemoteDeviceInformation,
FileUnusedInformation,
FileNumaNodeInformation,
FileStandardLinkInformation,
FileRemoteProtocolInformation,
FileRenameInformationBypassAccessCheck,
FileLinkInformationBypassAccessCheck,
FileVolumeNameInformation,
FileIdInformation,
FileIdExtdDirectoryInformation,
FileReplaceCompletionInformation,
FileHardLinkFullIdInformation,
FileIdExtdBothDirectoryInformation,
FileDispositionInformationEx,
FileRenameInformationEx,
FileRenameInformationExBypassAccessCheck,
FileDesiredStorageClassInformation,
FileStatInformation,
FileMemoryPartitionInformation,
FileStatLxInformation,
FileCaseSensitiveInformation,
FileLinkInformationEx,
FileLinkInformationExBypassAccessCheck,
FileStorageReserveIdInformation,
FileCaseSensitiveInformationForceAccessCheck,
FileKnownFolderInformation,
FileMaximumInformation,
}Variantsยง
FileDirectoryInformation
FileFullDirectoryInformation
FileBothDirectoryInformation
FileBasicInformation
FileStandardInformation
FileInternalInformation
FileEaInformation
FileAccessInformation
FileNameInformation
FileRenameInformation
FileLinkInformation
FileNamesInformation
FileDispositionInformation
FilePositionInformation
FileFullEaInformation
FileModeInformation
FileAlignmentInformation
FileAllInformation
FileAllocationInformation
FileEndOfFileInformation
FileAlternateNameInformation
FileStreamInformation
FilePipeInformation
FilePipeLocalInformation
FilePipeRemoteInformation
FileMailslotQueryInformation
FileMailslotSetInformation
FileCompressionInformation
FileObjectIdInformation
FileCompletionInformation
FileMoveClusterInformation
FileQuotaInformation
FileReparsePointInformation
FileNetworkOpenInformation
FileAttributeTagInformation
FileTrackingInformation
FileIdBothDirectoryInformation
FileIdFullDirectoryInformation
FileValidDataLengthInformation
FileShortNameInformation
FileIoCompletionNotificationInformation
FileIoStatusBlockRangeInformation
FileIoPriorityHintInformation
FileSfioReserveInformation
FileSfioVolumeInformation
FileHardLinkInformation
FileProcessIdsUsingFileInformation
FileNormalizedNameInformation
FileNetworkPhysicalNameInformation
FileIdGlobalTxDirectoryInformation
FileIsRemoteDeviceInformation
FileUnusedInformation
FileNumaNodeInformation
FileStandardLinkInformation
FileRemoteProtocolInformation
FileRenameInformationBypassAccessCheck
FileLinkInformationBypassAccessCheck
FileVolumeNameInformation
FileIdInformation
FileIdExtdDirectoryInformation
FileReplaceCompletionInformation
FileHardLinkFullIdInformation
FileIdExtdBothDirectoryInformation
FileDispositionInformationEx
FileRenameInformationEx
FileRenameInformationExBypassAccessCheck
FileDesiredStorageClassInformation
FileStatInformation
FileMemoryPartitionInformation
FileStatLxInformation
FileCaseSensitiveInformation
FileLinkInformationEx
FileLinkInformationExBypassAccessCheck
FileStorageReserveIdInformation
FileCaseSensitiveInformationForceAccessCheck
FileKnownFolderInformation
FileMaximumInformation
Trait Implementationsยง
sourceยงimpl Clone for FILE_INFORMATION_CLASS
impl Clone for FILE_INFORMATION_CLASS
sourceยงfn clone(&self) -> FILE_INFORMATION_CLASS
fn clone(&self) -> FILE_INFORMATION_CLASS
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 Debug for FILE_INFORMATION_CLASS
impl Debug for FILE_INFORMATION_CLASS
sourceยงimpl Hash for FILE_INFORMATION_CLASS
impl Hash for FILE_INFORMATION_CLASS
sourceยงimpl PartialEq<FILE_INFORMATION_CLASS> for FILE_INFORMATION_CLASS
impl PartialEq<FILE_INFORMATION_CLASS> for FILE_INFORMATION_CLASS
sourceยงfn eq(&self, other: &FILE_INFORMATION_CLASS) -> bool
fn eq(&self, other: &FILE_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FILE_INFORMATION_CLASS
impl Eq for FILE_INFORMATION_CLASS
impl StructuralEq for FILE_INFORMATION_CLASS
impl StructuralPartialEq for FILE_INFORMATION_CLASS
Auto Trait Implementationsยง
impl RefUnwindSafe for FILE_INFORMATION_CLASS
impl Send for FILE_INFORMATION_CLASS
impl Sync for FILE_INFORMATION_CLASS
impl Unpin for FILE_INFORMATION_CLASS
impl UnwindSafe for FILE_INFORMATION_CLASS
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