Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ bytes
Method
bytes
pci/src/msix.rs:548–550 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
546
547
impl PciCapability for MsixCap {
548
fn bytes(&self) -> &[u8] {
549
self.as_slice()
550
}
551
552
fn id(&self) -> PciCapabilityId {
553
PciCapabilityId::MsiX
Callers
2
dequote
Function · 0.45
parse_str
Method · 0.45
Calls
1
as_slice
Method · 0.80
Tested by
no test coverage detected