Home
last modified time | relevance | path

Searched defs:PvPanicCode (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/pci/
Dpvpanic.rs60 pub enum PvPanicCode { enum
66 impl PvPanicCode { impl
67 pub fn from_u8(val: u8) -> PvPanicCode { in from_u8()
76 impl fmt::Display for PvPanicCode { implementation