Struct modulus::disk::ata::Ata
[−]
[src]
pub struct Ata {
pub slave: bool,
// some fields omitted
}Fields
slave |
Methods
impl Ata[src]
fn new(base: u16, slave: bool) -> Self
fn identify(&self) -> Option<[u8; 512]>
IDENTIFY command
Returns information about a drive if it exists.