Struct win_sys::FileSystem::NTMS_MEDIAPOOLINFORMATION [−][src]
#[repr(C)]pub struct NTMS_MEDIAPOOLINFORMATION {
pub PoolType: u32,
pub MediaType: GUID,
pub Parent: GUID,
pub AllocationPolicy: u32,
pub DeallocationPolicy: u32,
pub dwMaxAllocates: u32,
pub dwNumberOfPhysicalMedia: u32,
pub dwNumberOfLogicalMedia: u32,
pub dwNumberOfMediaPools: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
PoolType: u32MediaType: GUIDParent: GUIDAllocationPolicy: u32DeallocationPolicy: u32dwMaxAllocates: u32dwNumberOfPhysicalMedia: u32dwNumberOfLogicalMedia: u32dwNumberOfMediaPools: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_MEDIAPOOLINFORMATION
impl Send for NTMS_MEDIAPOOLINFORMATION
impl Sync for NTMS_MEDIAPOOLINFORMATION
impl Unpin for NTMS_MEDIAPOOLINFORMATION
impl UnwindSafe for NTMS_MEDIAPOOLINFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more