pub struct Disk {
index: usize,
is_ro: bool,
hook: Option<Hook>,
}Expand description
The disk, a device that has byte sink.
It gets slot number as its field.
Fields§
§index: usize§is_ro: bool§hook: Option<Hook>pub struct Disk {
index: usize,
is_ro: bool,
hook: Option<Hook>,
}The disk, a device that has byte sink.
It gets slot number as its field.
index: usize§is_ro: bool§hook: Option<Hook>