trait __BitFlags {
    fn ENABLE_VIDEO(&self) -> bool { ... }
    fn ENABLE_AUDIO(&self) -> bool { ... }
    fn USE_FAST_SAVESTATES(&self) -> bool { ... }
    fn HARD_DISABLE_AUDIO(&self) -> bool { ... }
}

Provided Methods§

Implementors§