pub struct IORegisters {
pub data_register_rw_w: u16,
pub error_r_or_features_w_w: u16,
pub sector_count_rw_w: u16,
pub lba_low_rw_w: u16,
pub lba_mid_rw_w: u16,
pub lba_high_rw_w: u16,
pub device_or_head_rw_b: u16,
pub command_w_or_status_r_b: u16,
}
Fields§
§data_register_rw_w: u16
§error_r_or_features_w_w: u16
§sector_count_rw_w: u16
§lba_low_rw_w: u16
§lba_mid_rw_w: u16
§lba_high_rw_w: u16
§device_or_head_rw_b: u16
§command_w_or_status_r_b: u16
Auto Trait Implementations§
impl Freeze for IORegisters
impl RefUnwindSafe for IORegisters
impl Send for IORegisters
impl Sync for IORegisters
impl Unpin for IORegisters
impl UnwindSafe for IORegisters
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