blob: ec2286b9a3f3337b5d7de6c7defb3c62d9c42b93 [file] [log] [blame]
#[doc = "*Required features: `\"Devices_Sensors\"`, `\"implement\"`*"]
pub trait ISensorDataThreshold_Impl: Sized {}
impl ::windows::core::RuntimeName for ISensorDataThreshold {
const NAME: &'static str = "Windows.Devices.Sensors.ISensorDataThreshold";
}
impl ISensorDataThreshold_Vtbl {
pub const fn new<Identity: ::windows::core::IUnknownImpl<Impl = Impl>, Impl: ISensorDataThreshold_Impl, const OFFSET: isize>() -> ISensorDataThreshold_Vtbl {
Self { base__: ::windows::core::IInspectable_Vtbl::new::<Identity, ISensorDataThreshold, OFFSET>() }
}
pub fn matches(iid: &windows::core::GUID) -> bool {
iid == &<ISensorDataThreshold as ::windows::core::ComInterface>::IID
}
}