Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ deref
Method
deref
net_util/src/queue_pair.rs:411–413 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
409
type Target = Vec<libc::iovec>;
410
411
fn deref(&self) -> &Self::Target {
412
self.0
413
}
414
}
415
416
impl std::ops::DerefMut for IovecBufferBorrowed<'_> {
Callers
15
process_queue
Method · 0.45
handle_event
Method · 0.45
new
Method · 0.45
load_firmware
Method · 0.45
load_kernel
Method · 0.45
send
Method · 0.45
handle_event
Method · 0.45
handle_event
Method · 0.45
run
Method · 0.45
process_queue_submit
Method · 0.45
try_signal_used_queue
Method · 0.45
process_queue_complete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected