Home
last modified time | relevance | path

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

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