pub type DISK_GEOMETRY = _DISK_GEOMETRY;Aliased Type§
#[repr(C)]pub struct DISK_GEOMETRY {
pub Cylinders: _LARGE_INTEGER,
pub MediaType: i32,
pub TracksPerCylinder: u64,
pub SectorsPerTrack: u64,
pub BytesPerSector: u64,
}Fields§
§Cylinders: _LARGE_INTEGER§MediaType: i32§TracksPerCylinder: u64§SectorsPerTrack: u64§BytesPerSector: u64