https://github.com/nix-rust/nix/blob/master/src/sys/ptrace.rs#L14-L63 From CONVENTIONS.md: ``` We represent sets of constants that are intended as mutually exclusive arguments to parameters of functions by enumerations. ```