Struct windows_sys::Win32::System::Ioctl::STORAGE_DEVICE_NUMBER
[−]#[repr(C)]pub struct STORAGE_DEVICE_NUMBER {
pub DeviceType: u32,
pub DeviceNumber: u32,
pub PartitionNumber: u32,
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
DeviceType: u32DeviceNumber: u32PartitionNumber: u32