Dmitry Mostovenko
Results
2
comments of
Dmitry Mostovenko
Seems like I have the same: ``` Rust #[bitfield(bits = 64, filled = false)] #[derive(Debug, BitfieldSpecifier)] pub struct Cr0Flags { pub protection_enable: bool, pub monitor_coprocessor: bool, pub emulation: bool, pub...
``` TOML [dependencies.modular-bitfield] version = "0.11" ```