Struct windows_sys::Win32::System::Ioctl::DISK_INT13_INFO
[−]#[repr(C)]pub struct DISK_INT13_INFO {
pub DriveSelect: u16,
pub MaxCylinders: u32,
pub SectorsPerTrack: u16,
pub MaxHeads: u16,
pub NumberDrives: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
DriveSelect: u16
MaxCylinders: u32
SectorsPerTrack: u16
MaxHeads: u16
NumberDrives: u16
Trait Implementations
impl Clone for DISK_INT13_INFO
impl Clone for DISK_INT13_INFO
impl Copy for DISK_INT13_INFO
Auto Trait Implementations
impl RefUnwindSafe for DISK_INT13_INFO
impl Send for DISK_INT13_INFO
impl Sync for DISK_INT13_INFO
impl Unpin for DISK_INT13_INFO
impl UnwindSafe for DISK_INT13_INFO
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