windows 0.44.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "Gaming_Input")]
pub mod Input;
#[cfg(feature = "Gaming_Preview")]
pub mod Preview;
#[cfg(feature = "Gaming_UI")]
pub mod UI;
#[cfg(feature = "Gaming_XboxLive")]
pub mod XboxLive;
#[cfg(feature = "implement")]
::core::include!("impl.rs");