Struct windows_sys::Win32::System::Ioctl::IDEREGS
#[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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more