DISK_GEOMETRY

Type Alias DISK_GEOMETRY 

Source
pub type DISK_GEOMETRY = _DISK_GEOMETRY;

Aliased Type§

#[repr(C)]
pub struct DISK_GEOMETRY { pub Cylinders: _LARGE_INTEGER, pub MediaType: i32, pub TracksPerCylinder: u32, pub SectorsPerTrack: u32, pub BytesPerSector: u32, }

Fields§

§Cylinders: _LARGE_INTEGER§MediaType: i32§TracksPerCylinder: u32§SectorsPerTrack: u32§BytesPerSector: u32