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 c1ae35d commit 1da1ffeCopy full SHA for 1da1ffe
src/windows/mod.rs
@@ -73,15 +73,15 @@ s! {
73
}
74
75
pub struct tm {
76
- tm_sec: ::c_int,
77
- tm_min: ::c_int,
78
- tm_hour: ::c_int,
79
- tm_mday: ::c_int,
80
- tm_mon: ::c_int,
81
- tm_year: ::c_int,
82
- tm_wday: ::c_int,
83
- tm_yday: ::c_int,
84
- tm_isdst: ::c_int,
+ pub tm_sec: ::c_int,
+ pub tm_min: ::c_int,
+ pub tm_hour: ::c_int,
+ pub tm_mday: ::c_int,
+ pub tm_mon: ::c_int,
+ pub tm_year: ::c_int,
+ pub tm_wday: ::c_int,
+ pub tm_yday: ::c_int,
+ pub tm_isdst: ::c_int,
85
86
87
pub struct timeval {
0 commit comments