summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/unix/linux_like/linux/non_exhaustive.rs
blob: e2e2cb847ac655fb5055e6998f2a5ea47b627420 (plain)
1
2
3
4
5
6
7
8
9
s! {
    // linux/openat2.h
    #[non_exhaustive]
    pub struct open_how {
        pub flags: ::__u64,
        pub mode: ::__u64,
        pub resolve: ::__u64,
    }
}