Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ as_any
Method
as_any
hypervisor/src/kvm/mod.rs:1405–1407 ·
view source on GitHub ↗
Downcast to the underlying KvmVm type
(&self)
Source
from the content-addressed store, hash-verified
1403
1404
/// Downcast to the underlying KvmVm type
1405
fn as_any(&self) -> &dyn Any {
1406
self
1407
}
1408
}
1409
1410
#[cfg(feature =
"tdx"
)]
Callers
4
set_processors_per_socket_property
Method · 0.45
vcpu_set_processor_features
Method · 0.45
new
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected