Type Alias DISK_INT13_INFO

Source
pub type DISK_INT13_INFO = _DISK_INT13_INFO;

Aliased Type§

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