MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / set_prefetchable

Method set_prefetchable

pci/src/configuration.rs:1212–1215  ·  view source on GitHub ↗
(mut self, prefetchable: PciBarPrefetchable)

Source from the content-addressed store, hash-verified

1210
1211 #[must_use]
1212 pub fn set_prefetchable(mut self, prefetchable: PciBarPrefetchable) -> Self {
1213 self.prefetchable = prefetchable;
1214 self
1215 }
1216
1217 pub fn idx(&self) -> usize {
1218 self.idx

Callers 4

allocate_barsMethod · 0.80
allocate_barsMethod · 0.80
allocate_barsMethod · 0.80
allocate_barsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected