Searched defs:AsyncComponentDiskPart (Results 1 – 1 of 1) sorted by relevance
359 struct AsyncComponentDiskPart { struct367 component_disks: Vec<AsyncComponentDiskPart>, argument421 impl AsyncComponentDiskPart { impl440 fn disk_at_offset(&self, offset: u64) -> io::Result<&AsyncComponentDiskPart> { in disk_at_offset()450 fn disks_in_range<'a>(&'a self, range: &Range<u64>) -> Vec<&'a AsyncComponentDiskPart> { in disks_in_range()