windows 0.58.0

Rust for Windows
Documentation
pub trait IWebUICommandBarElement_Impl: Sized {}
impl windows_core::RuntimeName for IWebUICommandBarElement {
    const NAME: &'static str = "Windows.UI.WebUI.Core.IWebUICommandBarElement";
}
impl IWebUICommandBarElement_Vtbl {
    pub const fn new<Identity: windows_core::IUnknownImpl, const OFFSET: isize>() -> IWebUICommandBarElement_Vtbl
    where
        Identity: IWebUICommandBarElement_Impl,
    {
        Self { base__: windows_core::IInspectable_Vtbl::new::<Identity, IWebUICommandBarElement, OFFSET>() }
    }
    pub fn matches(iid: &windows_core::GUID) -> bool {
        iid == &<IWebUICommandBarElement as windows_core::Interface>::IID
    }
}
pub trait IWebUICommandBarIcon_Impl: Sized {}
impl windows_core::RuntimeName for IWebUICommandBarIcon {
    const NAME: &'static str = "Windows.UI.WebUI.Core.IWebUICommandBarIcon";
}
impl IWebUICommandBarIcon_Vtbl {
    pub const fn new<Identity: windows_core::IUnknownImpl, const OFFSET: isize>() -> IWebUICommandBarIcon_Vtbl
    where
        Identity: IWebUICommandBarIcon_Impl,
    {
        Self { base__: windows_core::IInspectable_Vtbl::new::<Identity, IWebUICommandBarIcon, OFFSET>() }
    }
    pub fn matches(iid: &windows_core::GUID) -> bool {
        iid == &<IWebUICommandBarIcon as windows_core::Interface>::IID
    }
}