Skip to main content

AxVCpuRef

Type Alias AxVCpuRef 

Source
pub type AxVCpuRef<U: AxVCpuHal> = Arc<AxVCpu<AxArchVCpuImpl<U>>>;
Expand description

A reference to a vCPU.

Aliased Typeยง

pub struct AxVCpuRef<U: AxVCpuHal> { /* private fields */ }