From 9835e2ae736235810b4ea1c162ca5e65c547e770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:50 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- .../web-sys/src/features/gen_SvgFilterElement.rs | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 vendor/web-sys/src/features/gen_SvgFilterElement.rs (limited to 'vendor/web-sys/src/features/gen_SvgFilterElement.rs') diff --git a/vendor/web-sys/src/features/gen_SvgFilterElement.rs b/vendor/web-sys/src/features/gen_SvgFilterElement.rs new file mode 100644 index 000000000..1f178eafb --- /dev/null +++ b/vendor/web-sys/src/features/gen_SvgFilterElement.rs @@ -0,0 +1,70 @@ +#![allow(unused_imports)] +use super::*; +use wasm_bindgen::prelude::*; +#[wasm_bindgen] +extern "C" { + # [wasm_bindgen (extends = SvgElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = SVGFilterElement , typescript_type = "SVGFilterElement")] + #[derive(Debug, Clone, PartialEq, Eq)] + #[doc = "The `SvgFilterElement` class."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgFilterElement`*"] + pub type SvgFilterElement; + #[cfg(feature = "SvgAnimatedEnumeration")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = filterUnits)] + #[doc = "Getter for the `filterUnits` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/filterUnits)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedEnumeration`, `SvgFilterElement`*"] + pub fn filter_units(this: &SvgFilterElement) -> SvgAnimatedEnumeration; + #[cfg(feature = "SvgAnimatedEnumeration")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = primitiveUnits)] + #[doc = "Getter for the `primitiveUnits` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/primitiveUnits)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedEnumeration`, `SvgFilterElement`*"] + pub fn primitive_units(this: &SvgFilterElement) -> SvgAnimatedEnumeration; + #[cfg(feature = "SvgAnimatedLength")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = x)] + #[doc = "Getter for the `x` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/x)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgFilterElement`*"] + pub fn x(this: &SvgFilterElement) -> SvgAnimatedLength; + #[cfg(feature = "SvgAnimatedLength")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = y)] + #[doc = "Getter for the `y` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/y)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgFilterElement`*"] + pub fn y(this: &SvgFilterElement) -> SvgAnimatedLength; + #[cfg(feature = "SvgAnimatedLength")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = width)] + #[doc = "Getter for the `width` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/width)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgFilterElement`*"] + pub fn width(this: &SvgFilterElement) -> SvgAnimatedLength; + #[cfg(feature = "SvgAnimatedLength")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = height)] + #[doc = "Getter for the `height` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/height)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgFilterElement`*"] + pub fn height(this: &SvgFilterElement) -> SvgAnimatedLength; + #[cfg(feature = "SvgAnimatedString")] + # [wasm_bindgen (structural , method , getter , js_class = "SVGFilterElement" , js_name = href)] + #[doc = "Getter for the `href` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement/href)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgFilterElement`*"] + pub fn href(this: &SvgFilterElement) -> SvgAnimatedString; +} -- cgit v1.2.3