diff options
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs')
-rw-r--r-- | vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs new file mode 100644 index 0000000..ba988b0 --- /dev/null +++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs @@ -0,0 +1,46 @@ +#[cfg(feature = "Win32_Storage_Cabinets")] +pub mod Cabinets; +#[cfg(feature = "Win32_Storage_CloudFilters")] +pub mod CloudFilters; +#[cfg(feature = "Win32_Storage_Compression")] +pub mod Compression; +#[cfg(feature = "Win32_Storage_DataDeduplication")] +pub mod DataDeduplication; +#[cfg(feature = "Win32_Storage_DistributedFileSystem")] +pub mod DistributedFileSystem; +#[cfg(feature = "Win32_Storage_EnhancedStorage")] +pub mod EnhancedStorage; +#[cfg(feature = "Win32_Storage_FileHistory")] +pub mod FileHistory; +#[cfg(feature = "Win32_Storage_FileServerResourceManager")] +pub mod FileServerResourceManager; +#[cfg(feature = "Win32_Storage_FileSystem")] +pub mod FileSystem; +#[cfg(feature = "Win32_Storage_Imapi")] +pub mod Imapi; +#[cfg(feature = "Win32_Storage_IndexServer")] +pub mod IndexServer; +#[cfg(feature = "Win32_Storage_InstallableFileSystems")] +pub mod InstallableFileSystems; +#[cfg(feature = "Win32_Storage_IscsiDisc")] +pub mod IscsiDisc; +#[cfg(feature = "Win32_Storage_Jet")] +pub mod Jet; +#[cfg(feature = "Win32_Storage_OfflineFiles")] +pub mod OfflineFiles; +#[cfg(feature = "Win32_Storage_OperationRecorder")] +pub mod OperationRecorder; +#[cfg(feature = "Win32_Storage_Packaging")] +pub mod Packaging; +#[cfg(feature = "Win32_Storage_ProjectedFileSystem")] +pub mod ProjectedFileSystem; +#[cfg(feature = "Win32_Storage_StructuredStorage")] +pub mod StructuredStorage; +#[cfg(feature = "Win32_Storage_Vhd")] +pub mod Vhd; +#[cfg(feature = "Win32_Storage_VirtualDiskService")] +pub mod VirtualDiskService; +#[cfg(feature = "Win32_Storage_Vss")] +pub mod Vss; +#[cfg(feature = "Win32_Storage_Xps")] +pub mod Xps; |