pub type DISK_INT13_INFO = _DISK_INT13_INFO;Aliased Type§
#[repr(C)]pub struct DISK_INT13_INFO {
pub DriveSelect: u16,
pub MaxCylinders: u32,
pub SectorsPerTrack: u16,
pub MaxHeads: u16,
pub NumberDrives: u16,
}Fields§
§DriveSelect: u16§MaxCylinders: u32§SectorsPerTrack: u16§MaxHeads: u16§NumberDrives: u16