Searched defs:WindowsError (Results 1 – 3 of 3) sorted by relevance
19 pub struct WindowsError(pub(crate) std::io::Error); struct21 impl std::fmt::Debug for WindowsError { implementation
64 Status WindowsError(const std::string& context, DWORD error_code) { in WindowsError() function
1736 WindowsError(i32, Error), enumerator