Struct windows_sys::Win32::System::Ioctl::DISK_GEOMETRY
#[repr(C)]pub struct DISK_GEOMETRY {
pub Cylinders: i64,
pub MediaType: MEDIA_TYPE,
pub TracksPerCylinder: u32,
pub SectorsPerTrack: u32,
pub BytesPerSector: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Cylinders: i64
§MediaType: MEDIA_TYPE
§TracksPerCylinder: u32
§SectorsPerTrack: u32
§BytesPerSector: u32