Searched defs:AsyncComponentDiskPart (Results 1 – 1 of 1) sorted by relevance
362 struct AsyncComponentDiskPart { struct370 component_disks: Vec<AsyncComponentDiskPart>, argument424 impl AsyncComponentDiskPart { implementation443 fn disk_at_offset(&self, offset: u64) -> io::Result<&AsyncComponentDiskPart> { in disk_at_offset()453 fn disks_in_range<'a>(&'a self, range: &Range<u64>) -> Vec<&'a AsyncComponentDiskPart> { in disks_in_range()