blob: 1a14311782d9d0c111c72b8d718d4af34894d741 [file] [log] [blame]
pub trait IGeometrySource2D_Impl: Sized {}
impl ::windows_core::RuntimeName for IGeometrySource2D {
const NAME: &'static str = "Windows.Graphics.IGeometrySource2D";
}
impl IGeometrySource2D_Vtbl {
pub const fn new<Identity: ::windows_core::IUnknownImpl<Impl = Impl>, Impl: IGeometrySource2D_Impl, const OFFSET: isize>() -> IGeometrySource2D_Vtbl {
Self { base__: ::windows_core::IInspectable_Vtbl::new::<Identity, IGeometrySource2D, OFFSET>() }
}
pub unsafe fn matches(iid: *const ::windows_core::GUID) -> bool {
*iid == <IGeometrySource2D as ::windows_core::ComInterface>::IID
}
}