#[repr(C)]pub struct AtaCommandBlock {Show 14 fields
pub reserved1: [u8; 2],
pub command: u8,
pub features: u8,
pub sector_number: u8,
pub cylinder_low: u8,
pub cylinder_high: u8,
pub device_head: u8,
pub sector_number_exp: u8,
pub cylinder_low_exp: u8,
pub cylinder_high_exp: u8,
pub features_exp: u8,
pub sector_count: u8,
pub sector_count_exp: u8,
pub reserved2: [u8; 6],
}Fields§
§reserved1: [u8; 2]§command: u8§features: u8§sector_number: u8§cylinder_low: u8§cylinder_high: u8§device_head: u8§sector_number_exp: u8§cylinder_low_exp: u8§cylinder_high_exp: u8§features_exp: u8§sector_count: u8§sector_count_exp: u8§reserved2: [u8; 6]Trait Implementations§
Source§impl Debug for AtaCommandBlock
impl Debug for AtaCommandBlock
Source§impl Default for AtaCommandBlock
impl Default for AtaCommandBlock
Source§fn default() -> AtaCommandBlock
fn default() -> AtaCommandBlock
Returns the “default value” for a type. Read more