Home
last modified time | relevance | path

Searched refs:OEM_SOURCE_MEDIA_TYPE (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
H A Dmod.rs5832 pub struct OEM_SOURCE_MEDIA_TYPE(pub u32);
5833 pub const SPOST_NONE: OEM_SOURCE_MEDIA_TYPE = OEM_SOURCE_MEDIA_TYPE(0u32);
5834 pub const SPOST_PATH: OEM_SOURCE_MEDIA_TYPE = OEM_SOURCE_MEDIA_TYPE(1u32);
5835 pub const SPOST_URL: OEM_SOURCE_MEDIA_TYPE = OEM_SOURCE_MEDIA_TYPE(2u32); in SetHost()
5845 impl ::std::ops::BitOr for OEM_SOURCE_MEDIA_TYPE {
5851 impl ::std::ops::BitAnd for OEM_SOURCE_MEDIA_TYPE { in SetIfModifiedSince()
5857 impl ::std::ops::BitOrAssign for OEM_SOURCE_MEDIA_TYPE {
5862 impl ::std::ops::BitAndAssign for OEM_SOURCE_MEDIA_TYPE { in SetIfUnmodifiedSince()
5867 impl ::std::ops::Not for OEM_SOURCE_MEDIA_TYPE {
8625 oemsourcemediatype: OEM_SOURCE_MEDIA_TYPE,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
H A Dmod.rs401 …edialocation: super::super::Foundation::PSTR, oemsourcemediatype: OEM_SOURCE_MEDIA_TYPE, copystyle… in SetupCopyOEMInfA() argument
403 …dialocation: super::super::Foundation::PWSTR, oemsourcemediatype: OEM_SOURCE_MEDIA_TYPE, copystyle… in SetupCopyOEMInfW() argument
3309 pub type OEM_SOURCE_MEDIA_TYPE = u32; typedef
3310 pub const SPOST_NONE: OEM_SOURCE_MEDIA_TYPE = 0u32;
3311 pub const SPOST_PATH: OEM_SOURCE_MEDIA_TYPE = 1u32;
3312 pub const SPOST_URL: OEM_SOURCE_MEDIA_TYPE = 2u32;