Searched defs:E1000EPciError (Results 1 – 1 of 1) sorted by relevance
205 ) -> Result<Self, E1000EPciError> { in new() argument785 pub enum E1000EPciError { enum803 impl From<PciError> for E1000EPciError { implementation