Skip to main content

AxVMRef

Type Alias AxVMRef 

Source
pub type AxVMRef<H: AxVMHal, U: AxVCpuHal> = Arc<AxVM<H, U>>;
Expand description

A reference to a VM.

Aliased Typeยง

pub struct AxVMRef<H: AxVMHal, U: AxVCpuHal> { /* private fields */ }