#[repr(C)]pub struct _IDEREGS {
pub bFeaturesReg: BYTE,
pub bSectorCountReg: BYTE,
pub bSectorNumberReg: BYTE,
pub bCylLowReg: BYTE,
pub bCylHighReg: BYTE,
pub bDriveHeadReg: BYTE,
pub bCommandReg: BYTE,
pub bReserved: BYTE,
}Fields§
§bFeaturesReg: BYTE§bSectorCountReg: BYTE§bSectorNumberReg: BYTE§bCylLowReg: BYTE§bCylHighReg: BYTE§bDriveHeadReg: BYTE§bCommandReg: BYTE§bReserved: BYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for _IDEREGS
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