Searched defs:PvPanicCode (Results 1 – 1 of 1) sorted by relevance
59 pub enum PvPanicCode { enum65 impl PvPanicCode { impl66 pub fn from_u8(val: u8) -> PvPanicCode { in from_u8()75 impl fmt::Display for PvPanicCode { implementation