#[repr(C)]pub struct IDEREGS {
pub bFeaturesReg: u8,
pub bSectorCountReg: u8,
pub bSectorNumberReg: u8,
pub bCylLowReg: u8,
pub bCylHighReg: u8,
pub bDriveHeadReg: u8,
pub bCommandReg: u8,
pub bReserved: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
bFeaturesReg: u8
bSectorCountReg: u8
bSectorNumberReg: u8
bCylLowReg: u8
bCylHighReg: u8
bDriveHeadReg: u8
bCommandReg: u8
bReserved: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IDEREGS
impl Send for IDEREGS
impl Sync for IDEREGS
impl Unpin for IDEREGS
impl UnwindSafe for IDEREGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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