Searched defs:PvPanicCode (Results 1 – 1 of 1) sorted by relevance
60 pub enum PvPanicCode { enum66 impl PvPanicCode { impl67 pub fn from_u8(val: u8) -> PvPanicCode { in from_u8()76 impl fmt::Display for PvPanicCode { implementation