Struct windows_sys::Win32::System::Ioctl::DISK_INT13_INFO
[−]#[repr(C)]pub struct DISK_INT13_INFO {
pub DriveSelect: u16,
pub MaxCylinders: u32,
pub SectorsPerTrack: u16,
pub MaxHeads: u16,
pub NumberDrives: u16,
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
DriveSelect: u16MaxCylinders: u32SectorsPerTrack: u16MaxHeads: u16NumberDrives: u16