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 a23fedf commit d6e29f6Copy full SHA for d6e29f6
src/unix/linux_like/linux/musl/mod.rs
@@ -38,6 +38,7 @@ cfg_if! {
38
}
39
40
#[repr(C)]
41
+#[derive(Debug)]
42
pub struct posix_dent {
43
pub d_ino: ino_t,
44
pub d_off: off_t,
0 commit comments