Searched defs:VcpuShutdownErrorKind (Results 1 – 1 of 1) sorted by relevance
397 pub enum VcpuShutdownErrorKind { enum412 pub fn new(kind: VcpuShutdownErrorKind, raw_error_code: u64) -> VcpuShutdownError { in new()418 pub fn kind(&self) -> VcpuShutdownErrorKind { in kind()