Searched defs:VcpuShutdownError (Results 1 – 2 of 2) sorted by relevance
424 pub struct VcpuShutdownError { struct425 kind: VcpuShutdownErrorKind, argument429 impl VcpuShutdownError { implementation430 pub fn new(kind: VcpuShutdownErrorKind, raw_error_code: u64) -> VcpuShutdownError { in new()
50 VcpuShutdownError, enumerator