#[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§
impl Copy for IDEREGS
impl Eq for IDEREGS
impl StructuralPartialEq for IDEREGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)