We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9c02b commit 1c06431Copy full SHA for 1c06431
core/src/net/operator/windows/mod.rs
@@ -32,11 +32,11 @@ mod tests;
32
pub(crate) struct Overlapped {
33
/// The base [`OVERLAPPED`].
34
#[educe(Debug(ignore))]
35
- pub base: OVERLAPPED,
36
- pub from_fd: SOCKET,
+ base: OVERLAPPED,
+ from_fd: SOCKET,
37
pub token: usize,
38
- pub syscall_name: SyscallName,
39
- pub socket: SOCKET,
+ syscall_name: SyscallName,
+ socket: SOCKET,
40
pub result: c_longlong,
41
}
42
0 commit comments