Trait rust_libretro::types::unstable::__BitFlags
source · trait __BitFlags {
fn ENABLE_VIDEO(&self) -> bool { ... }
fn ENABLE_AUDIO(&self) -> bool { ... }
fn USE_FAST_SAVESTATES(&self) -> bool { ... }
fn HARD_DISABLE_AUDIO(&self) -> bool { ... }
}