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
Trait Implementations
impl Clone for DISK_GEOMETRY
impl Clone for DISK_GEOMETRY
impl Copy for DISK_GEOMETRY
Auto Trait Implementations
impl RefUnwindSafe for DISK_GEOMETRY
impl Send for DISK_GEOMETRY
impl Sync for DISK_GEOMETRY
impl Unpin for DISK_GEOMETRY
impl UnwindSafe for DISK_GEOMETRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more