X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vendor%2Fwindows%2Fsrc%2FWindows%2FDevices%2FPwm%2Fmod.rs;fp=vendor%2Fwindows%2Fsrc%2FWindows%2FDevices%2FPwm%2Fmod.rs;h=07e1b841ea7a12f0b35ae2b6437385f76460adc2;hb=26c9e740979f0063790cbc37e8c490da76ec0743;hp=0000000000000000000000000000000000000000;hpb=e1ed88c81f28226936b0f9d0358d45bb02563e4f;p=rustc.git diff --git a/vendor/windows/src/Windows/Devices/Pwm/mod.rs b/vendor/windows/src/Windows/Devices/Pwm/mod.rs new file mode 100644 index 0000000000..07e1b841ea --- /dev/null +++ b/vendor/windows/src/Windows/Devices/Pwm/mod.rs @@ -0,0 +1,377 @@ +#[cfg(feature = "Devices_Pwm_Provider")] +pub mod Provider; +#[doc(hidden)] +#[repr(transparent)] +pub struct IPwmController(::windows::core::IUnknown); +unsafe impl ::windows::core::Interface for IPwmController { + type Vtable = IPwmController_Vtbl; +} +impl ::core::clone::Clone for IPwmController { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::ComInterface for IPwmController { + const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xc45f5c85_d2e8_42cf_9bd6_cf5ed029e6a7); +} +#[repr(C)] +#[doc(hidden)] +pub struct IPwmController_Vtbl { + pub base__: ::windows::core::IInspectable_Vtbl, + pub PinCount: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut i32) -> ::windows::core::HRESULT, + pub ActualFrequency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut f64) -> ::windows::core::HRESULT, + pub SetDesiredFrequency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, desiredfrequency: f64, result__: *mut f64) -> ::windows::core::HRESULT, + pub MinFrequency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut f64) -> ::windows::core::HRESULT, + pub MaxFrequency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut f64) -> ::windows::core::HRESULT, + pub OpenPin: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, pinnumber: i32, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, +} +#[doc(hidden)] +#[repr(transparent)] +pub struct IPwmControllerStatics(::windows::core::IUnknown); +unsafe impl ::windows::core::Interface for IPwmControllerStatics { + type Vtable = IPwmControllerStatics_Vtbl; +} +impl ::core::clone::Clone for IPwmControllerStatics { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::ComInterface for IPwmControllerStatics { + const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x4263bda1_8946_4404_bd48_81dd124af4d9); +} +#[repr(C)] +#[doc(hidden)] +pub struct IPwmControllerStatics_Vtbl { + pub base__: ::windows::core::IInspectable_Vtbl, + #[cfg(all(feature = "Devices_Pwm_Provider", feature = "Foundation_Collections"))] + pub GetControllersAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, provider: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + #[cfg(not(all(feature = "Devices_Pwm_Provider", feature = "Foundation_Collections")))] + GetControllersAsync: usize, +} +#[doc(hidden)] +#[repr(transparent)] +pub struct IPwmControllerStatics2(::windows::core::IUnknown); +unsafe impl ::windows::core::Interface for IPwmControllerStatics2 { + type Vtable = IPwmControllerStatics2_Vtbl; +} +impl ::core::clone::Clone for IPwmControllerStatics2 { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::ComInterface for IPwmControllerStatics2 { + const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x44fc5b1f_f119_4bdd_97ad_f76ef986736d); +} +#[repr(C)] +#[doc(hidden)] +pub struct IPwmControllerStatics2_Vtbl { + pub base__: ::windows::core::IInspectable_Vtbl, + #[cfg(feature = "Foundation")] + pub GetDefaultAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + #[cfg(not(feature = "Foundation"))] + GetDefaultAsync: usize, +} +#[doc(hidden)] +#[repr(transparent)] +pub struct IPwmControllerStatics3(::windows::core::IUnknown); +unsafe impl ::windows::core::Interface for IPwmControllerStatics3 { + type Vtable = IPwmControllerStatics3_Vtbl; +} +impl ::core::clone::Clone for IPwmControllerStatics3 { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::ComInterface for IPwmControllerStatics3 { + const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xb2581871_0229_4344_ae3f_9b7cd0e66b94); +} +#[repr(C)] +#[doc(hidden)] +pub struct IPwmControllerStatics3_Vtbl { + pub base__: ::windows::core::IInspectable_Vtbl, + pub GetDeviceSelector: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut ::std::mem::MaybeUninit<::windows::core::HSTRING>) -> ::windows::core::HRESULT, + pub GetDeviceSelectorFromFriendlyName: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, friendlyname: ::std::mem::MaybeUninit<::windows::core::HSTRING>, result__: *mut ::std::mem::MaybeUninit<::windows::core::HSTRING>) -> ::windows::core::HRESULT, + #[cfg(feature = "Foundation")] + pub FromIdAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, deviceid: ::std::mem::MaybeUninit<::windows::core::HSTRING>, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + #[cfg(not(feature = "Foundation"))] + FromIdAsync: usize, +} +#[doc(hidden)] +#[repr(transparent)] +pub struct IPwmPin(::windows::core::IUnknown); +unsafe impl ::windows::core::Interface for IPwmPin { + type Vtable = IPwmPin_Vtbl; +} +impl ::core::clone::Clone for IPwmPin { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::ComInterface for IPwmPin { + const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x22972dc8_c6cf_4821_b7f9_c6454fb6af79); +} +#[repr(C)] +#[doc(hidden)] +pub struct IPwmPin_Vtbl { + pub base__: ::windows::core::IInspectable_Vtbl, + pub Controller: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + pub GetActiveDutyCyclePercentage: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut f64) -> ::windows::core::HRESULT, + pub SetActiveDutyCyclePercentage: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, dutycyclepercentage: f64) -> ::windows::core::HRESULT, + pub Polarity: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PwmPulsePolarity) -> ::windows::core::HRESULT, + pub SetPolarity: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PwmPulsePolarity) -> ::windows::core::HRESULT, + pub Start: unsafe extern "system" fn(this: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + pub Stop: unsafe extern "system" fn(this: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT, + pub IsStarted: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut bool) -> ::windows::core::HRESULT, +} +#[doc = "*Required features: `\"Devices_Pwm\"`*"] +#[repr(transparent)] +pub struct PwmController(::windows::core::IUnknown); +impl PwmController { + pub fn PinCount(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).PinCount)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn ActualFrequency(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).ActualFrequency)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn SetDesiredFrequency(&self, desiredfrequency: f64) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).SetDesiredFrequency)(::windows::core::Interface::as_raw(this), desiredfrequency, &mut result__).from_abi(result__) + } + } + pub fn MinFrequency(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).MinFrequency)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn MaxFrequency(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).MaxFrequency)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn OpenPin(&self, pinnumber: i32) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).OpenPin)(::windows::core::Interface::as_raw(this), pinnumber, &mut result__).from_abi(result__) + } + } + #[doc = "*Required features: `\"Devices_Pwm_Provider\"`, `\"Foundation_Collections\"`*"] + #[cfg(all(feature = "Devices_Pwm_Provider", feature = "Foundation_Collections"))] + pub fn GetControllersAsync(provider: P0) -> ::windows::core::Result>> + where + P0: ::windows::core::TryIntoParam, + { + Self::IPwmControllerStatics(|this| unsafe { + let mut result__ = ::windows::core::zeroed::>>(); + (::windows::core::Interface::vtable(this).GetControllersAsync)(::windows::core::Interface::as_raw(this), provider.try_into_param()?.abi(), &mut result__).from_abi(result__) + }) + } + #[doc = "*Required features: `\"Foundation\"`*"] + #[cfg(feature = "Foundation")] + pub fn GetDefaultAsync() -> ::windows::core::Result> { + Self::IPwmControllerStatics2(|this| unsafe { + let mut result__ = ::windows::core::zeroed::>(); + (::windows::core::Interface::vtable(this).GetDefaultAsync)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + }) + } + pub fn GetDeviceSelector() -> ::windows::core::Result<::windows::core::HSTRING> { + Self::IPwmControllerStatics3(|this| unsafe { + let mut result__ = ::windows::core::zeroed::<::windows::core::HSTRING>(); + (::windows::core::Interface::vtable(this).GetDeviceSelector)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + }) + } + pub fn GetDeviceSelectorFromFriendlyName(friendlyname: &::windows::core::HSTRING) -> ::windows::core::Result<::windows::core::HSTRING> { + Self::IPwmControllerStatics3(|this| unsafe { + let mut result__ = ::windows::core::zeroed::<::windows::core::HSTRING>(); + (::windows::core::Interface::vtable(this).GetDeviceSelectorFromFriendlyName)(::windows::core::Interface::as_raw(this), ::core::mem::transmute_copy(friendlyname), &mut result__).from_abi(result__) + }) + } + #[doc = "*Required features: `\"Foundation\"`*"] + #[cfg(feature = "Foundation")] + pub fn FromIdAsync(deviceid: &::windows::core::HSTRING) -> ::windows::core::Result> { + Self::IPwmControllerStatics3(|this| unsafe { + let mut result__ = ::windows::core::zeroed::>(); + (::windows::core::Interface::vtable(this).FromIdAsync)(::windows::core::Interface::as_raw(this), ::core::mem::transmute_copy(deviceid), &mut result__).from_abi(result__) + }) + } + #[doc(hidden)] + pub fn IPwmControllerStatics ::windows::core::Result>(callback: F) -> ::windows::core::Result { + static SHARED: ::windows::imp::FactoryCache = ::windows::imp::FactoryCache::new(); + SHARED.call(callback) + } + #[doc(hidden)] + pub fn IPwmControllerStatics2 ::windows::core::Result>(callback: F) -> ::windows::core::Result { + static SHARED: ::windows::imp::FactoryCache = ::windows::imp::FactoryCache::new(); + SHARED.call(callback) + } + #[doc(hidden)] + pub fn IPwmControllerStatics3 ::windows::core::Result>(callback: F) -> ::windows::core::Result { + static SHARED: ::windows::imp::FactoryCache = ::windows::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl ::core::cmp::PartialEq for PwmController { + fn eq(&self, other: &Self) -> bool { + self.0 == other.0 + } +} +impl ::core::cmp::Eq for PwmController {} +impl ::core::fmt::Debug for PwmController { + fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { + f.debug_tuple("PwmController").field(&self.0).finish() + } +} +impl ::windows::core::RuntimeType for PwmController { + const SIGNATURE: ::windows::imp::ConstBuffer = ::windows::imp::ConstBuffer::from_slice(b"rc(Windows.Devices.Pwm.PwmController;{c45f5c85-d2e8-42cf-9bd6-cf5ed029e6a7})"); +} +impl ::core::clone::Clone for PwmController { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::Interface for PwmController { + type Vtable = IPwmController_Vtbl; +} +unsafe impl ::windows::core::ComInterface for PwmController { + const IID: ::windows::core::GUID = ::IID; +} +impl ::windows::core::RuntimeName for PwmController { + const NAME: &'static str = "Windows.Devices.Pwm.PwmController"; +} +::windows::imp::interface_hierarchy!(PwmController, ::windows::core::IUnknown, ::windows::core::IInspectable); +unsafe impl ::core::marker::Send for PwmController {} +unsafe impl ::core::marker::Sync for PwmController {} +#[doc = "*Required features: `\"Devices_Pwm\"`*"] +#[repr(transparent)] +pub struct PwmPin(::windows::core::IUnknown); +impl PwmPin { + #[doc = "*Required features: `\"Foundation\"`*"] + #[cfg(feature = "Foundation")] + pub fn Close(&self) -> ::windows::core::Result<()> { + let this = &::windows::core::ComInterface::cast::(self)?; + unsafe { (::windows::core::Interface::vtable(this).Close)(::windows::core::Interface::as_raw(this)).ok() } + } + pub fn Controller(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).Controller)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn GetActiveDutyCyclePercentage(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).GetActiveDutyCyclePercentage)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn SetActiveDutyCyclePercentage(&self, dutycyclepercentage: f64) -> ::windows::core::Result<()> { + let this = self; + unsafe { (::windows::core::Interface::vtable(this).SetActiveDutyCyclePercentage)(::windows::core::Interface::as_raw(this), dutycyclepercentage).ok() } + } + pub fn Polarity(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).Polarity)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } + pub fn SetPolarity(&self, value: PwmPulsePolarity) -> ::windows::core::Result<()> { + let this = self; + unsafe { (::windows::core::Interface::vtable(this).SetPolarity)(::windows::core::Interface::as_raw(this), value).ok() } + } + pub fn Start(&self) -> ::windows::core::Result<()> { + let this = self; + unsafe { (::windows::core::Interface::vtable(this).Start)(::windows::core::Interface::as_raw(this)).ok() } + } + pub fn Stop(&self) -> ::windows::core::Result<()> { + let this = self; + unsafe { (::windows::core::Interface::vtable(this).Stop)(::windows::core::Interface::as_raw(this)).ok() } + } + pub fn IsStarted(&self) -> ::windows::core::Result { + let this = self; + unsafe { + let mut result__ = ::windows::core::zeroed::(); + (::windows::core::Interface::vtable(this).IsStarted)(::windows::core::Interface::as_raw(this), &mut result__).from_abi(result__) + } + } +} +impl ::core::cmp::PartialEq for PwmPin { + fn eq(&self, other: &Self) -> bool { + self.0 == other.0 + } +} +impl ::core::cmp::Eq for PwmPin {} +impl ::core::fmt::Debug for PwmPin { + fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { + f.debug_tuple("PwmPin").field(&self.0).finish() + } +} +impl ::windows::core::RuntimeType for PwmPin { + const SIGNATURE: ::windows::imp::ConstBuffer = ::windows::imp::ConstBuffer::from_slice(b"rc(Windows.Devices.Pwm.PwmPin;{22972dc8-c6cf-4821-b7f9-c6454fb6af79})"); +} +impl ::core::clone::Clone for PwmPin { + fn clone(&self) -> Self { + Self(self.0.clone()) + } +} +unsafe impl ::windows::core::Interface for PwmPin { + type Vtable = IPwmPin_Vtbl; +} +unsafe impl ::windows::core::ComInterface for PwmPin { + const IID: ::windows::core::GUID = ::IID; +} +impl ::windows::core::RuntimeName for PwmPin { + const NAME: &'static str = "Windows.Devices.Pwm.PwmPin"; +} +::windows::imp::interface_hierarchy!(PwmPin, ::windows::core::IUnknown, ::windows::core::IInspectable); +#[cfg(feature = "Foundation")] +impl ::windows::core::CanTryInto for PwmPin {} +unsafe impl ::core::marker::Send for PwmPin {} +unsafe impl ::core::marker::Sync for PwmPin {} +#[doc = "*Required features: `\"Devices_Pwm\"`*"] +#[repr(transparent)] +#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)] +pub struct PwmPulsePolarity(pub i32); +impl PwmPulsePolarity { + pub const ActiveHigh: Self = Self(0i32); + pub const ActiveLow: Self = Self(1i32); +} +impl ::core::marker::Copy for PwmPulsePolarity {} +impl ::core::clone::Clone for PwmPulsePolarity { + fn clone(&self) -> Self { + *self + } +} +impl ::core::default::Default for PwmPulsePolarity { + fn default() -> Self { + Self(0) + } +} +impl ::windows::core::TypeKind for PwmPulsePolarity { + type TypeKind = ::windows::core::CopyType; +} +impl ::core::fmt::Debug for PwmPulsePolarity { + fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { + f.debug_tuple("PwmPulsePolarity").field(&self.0).finish() + } +} +impl ::windows::core::RuntimeType for PwmPulsePolarity { + const SIGNATURE: ::windows::imp::ConstBuffer = ::windows::imp::ConstBuffer::from_slice(b"enum(Windows.Devices.Pwm.PwmPulsePolarity;i4)"); +} +#[cfg(feature = "implement")] +::core::include!("impl.rs");