module libwasm.bindings.SVGSwitchElement; import libwasm.types; import memutils.ct: tuple; import libwasm.bindings.SVGGraphicsElement; @safe: nothrow: struct SVGSwitchElement { nothrow: libwasm.bindings.SVGGraphicsElement.SVGGraphicsElement _parent; alias _parent this; this(Handle h) { _parent = .SVGGraphicsElement(h); } }