Searched defs:AsyncComponentDiskPart (Results 1 – 1 of 1) sorted by relevance
368 struct AsyncComponentDiskPart { struct376 component_disks: Vec<AsyncComponentDiskPart>, argument430 impl AsyncComponentDiskPart { implementation449 fn disk_at_offset(&self, offset: u64) -> io::Result<&AsyncComponentDiskPart> { in disk_at_offset()459 fn disks_in_range<'a>(&'a self, range: &Range<u64>) -> Vec<&'a AsyncComponentDiskPart> { in disks_in_range()