Lines Matching defs:source
27 /// The source error.
34 /// The source error.
41 /// The source error.
48 /// The source error.
49 source: WindowsError
55 /// The source error.
56 source: WindowsError
62 /// The source error.
63 source: WindowsError
69 /// The source error.
70 source: WindowsError
78 /// The source error.
79 source: std::ffi::NulError
83 /// The source error.
84 source: std::ffi::FromBytesWithNulError
89 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
92 CreateCString { ref source } => Some(source),
93 CreateCStringWithTrailing { ref source } => Some(source),
94 LoadLibraryExW { ref source } => Some(&source.0),
95 GetProcAddress { ref source } => Some(&source.0),
96 FreeLibrary { ref source } => Some(&source.0),