linux-rust-bindings 0.1.3

Rust structs for Linux kernel structures
Documentation
1
2
3
4
5
6
7
8
9
10
/* automatically generated by rust-bindgen 0.69.1 */

pub const DT_UNKNOWN: i32 = 0;
pub const DT_FIFO: i32 = 1;
pub const DT_CHR: i32 = 2;
pub const DT_DIR: i32 = 4;
pub const DT_BLK: i32 = 6;
pub const DT_REG: i32 = 8;
pub const DT_LNK: i32 = 10;
pub const DT_SOCK: i32 = 12;