Searched defs:PhysicalDisk (Results 1 – 1 of 1) sorted by relevance
138 pub struct PhysicalDisk { struct139 pub Name: String,163 pub disks: Vec<PhysicalDisk>, argument190 fn get_disks(com_con: Rc<COMLibrary>) -> Result<Vec<PhysicalDisk>, Box<dyn Error>> { in get_disks()