Searched defs:VcpuShutdownError (Results 1 – 2 of 2) sorted by relevance
406 pub struct VcpuShutdownError { struct407 kind: VcpuShutdownErrorKind, argument411 impl VcpuShutdownError { implementation412 pub fn new(kind: VcpuShutdownErrorKind, raw_error_code: u64) -> VcpuShutdownError { in new()
52 VcpuShutdownError, enumerator