windows-sys 0.33.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[cfg(feature = "Security_Authentication")]
pub mod Authentication;
#[cfg(feature = "Security_Authorization")]
pub mod Authorization;
#[cfg(feature = "Security_Credentials")]
pub mod Credentials;
#[cfg(feature = "Security_Cryptography")]
pub mod Cryptography;
#[cfg(feature = "Security_DataProtection")]
pub mod DataProtection;
#[cfg(feature = "Security_EnterpriseData")]
pub mod EnterpriseData;
#[cfg(feature = "Security_ExchangeActiveSyncProvisioning")]
pub mod ExchangeActiveSyncProvisioning;
#[cfg(feature = "Security_Isolation")]
pub mod Isolation;