summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs')
-rw-r--r--vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs168
1 files changed, 168 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs b/vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs
new file mode 100644
index 000000000..605a9ac66
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs
@@ -0,0 +1,168 @@
+#![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 = SVGFEConvolveMatrixElement , typescript_type = "SVGFEConvolveMatrixElement")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `SvgfeConvolveMatrixElement` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgfeConvolveMatrixElement`*"]
+ pub type SvgfeConvolveMatrixElement;
+ #[cfg(feature = "SvgAnimatedString")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = in1)]
+ #[doc = "Getter for the `in1` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/in1)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeConvolveMatrixElement`*"]
+ pub fn in1(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedString;
+ #[cfg(feature = "SvgAnimatedInteger")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = orderX)]
+ #[doc = "Getter for the `orderX` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/orderX)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedInteger`, `SvgfeConvolveMatrixElement`*"]
+ pub fn order_x(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedInteger;
+ #[cfg(feature = "SvgAnimatedInteger")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = orderY)]
+ #[doc = "Getter for the `orderY` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/orderY)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedInteger`, `SvgfeConvolveMatrixElement`*"]
+ pub fn order_y(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedInteger;
+ #[cfg(feature = "SvgAnimatedNumberList")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = kernelMatrix)]
+ #[doc = "Getter for the `kernelMatrix` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/kernelMatrix)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumberList`, `SvgfeConvolveMatrixElement`*"]
+ pub fn kernel_matrix(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedNumberList;
+ #[cfg(feature = "SvgAnimatedNumber")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = divisor)]
+ #[doc = "Getter for the `divisor` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/divisor)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeConvolveMatrixElement`*"]
+ pub fn divisor(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedNumber;
+ #[cfg(feature = "SvgAnimatedNumber")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = bias)]
+ #[doc = "Getter for the `bias` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/bias)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeConvolveMatrixElement`*"]
+ pub fn bias(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedNumber;
+ #[cfg(feature = "SvgAnimatedInteger")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = targetX)]
+ #[doc = "Getter for the `targetX` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/targetX)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedInteger`, `SvgfeConvolveMatrixElement`*"]
+ pub fn target_x(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedInteger;
+ #[cfg(feature = "SvgAnimatedInteger")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = targetY)]
+ #[doc = "Getter for the `targetY` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/targetY)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedInteger`, `SvgfeConvolveMatrixElement`*"]
+ pub fn target_y(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedInteger;
+ #[cfg(feature = "SvgAnimatedEnumeration")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = edgeMode)]
+ #[doc = "Getter for the `edgeMode` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/edgeMode)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedEnumeration`, `SvgfeConvolveMatrixElement`*"]
+ pub fn edge_mode(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedEnumeration;
+ #[cfg(feature = "SvgAnimatedNumber")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = kernelUnitLengthX)]
+ #[doc = "Getter for the `kernelUnitLengthX` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/kernelUnitLengthX)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeConvolveMatrixElement`*"]
+ pub fn kernel_unit_length_x(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedNumber;
+ #[cfg(feature = "SvgAnimatedNumber")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = kernelUnitLengthY)]
+ #[doc = "Getter for the `kernelUnitLengthY` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/kernelUnitLengthY)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeConvolveMatrixElement`*"]
+ pub fn kernel_unit_length_y(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedNumber;
+ #[cfg(feature = "SvgAnimatedBoolean")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = preserveAlpha)]
+ #[doc = "Getter for the `preserveAlpha` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/preserveAlpha)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedBoolean`, `SvgfeConvolveMatrixElement`*"]
+ pub fn preserve_alpha(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedBoolean;
+ #[cfg(feature = "SvgAnimatedLength")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , 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/SVGFEConvolveMatrixElement/x)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeConvolveMatrixElement`*"]
+ pub fn x(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedLength;
+ #[cfg(feature = "SvgAnimatedLength")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , 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/SVGFEConvolveMatrixElement/y)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeConvolveMatrixElement`*"]
+ pub fn y(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedLength;
+ #[cfg(feature = "SvgAnimatedLength")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , 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/SVGFEConvolveMatrixElement/width)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeConvolveMatrixElement`*"]
+ pub fn width(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedLength;
+ #[cfg(feature = "SvgAnimatedLength")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , 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/SVGFEConvolveMatrixElement/height)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeConvolveMatrixElement`*"]
+ pub fn height(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedLength;
+ #[cfg(feature = "SvgAnimatedString")]
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGFEConvolveMatrixElement" , js_name = result)]
+ #[doc = "Getter for the `result` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement/result)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeConvolveMatrixElement`*"]
+ pub fn result(this: &SvgfeConvolveMatrixElement) -> SvgAnimatedString;
+}
+impl SvgfeConvolveMatrixElement {
+ #[doc = "The `SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgfeConvolveMatrixElement`*"]
+ pub const SVG_EDGEMODE_UNKNOWN: u16 = 0i64 as u16;
+ #[doc = "The `SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgfeConvolveMatrixElement`*"]
+ pub const SVG_EDGEMODE_DUPLICATE: u16 = 1u64 as u16;
+ #[doc = "The `SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgfeConvolveMatrixElement`*"]
+ pub const SVG_EDGEMODE_WRAP: u16 = 2u64 as u16;
+ #[doc = "The `SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgfeConvolveMatrixElement`*"]
+ pub const SVG_EDGEMODE_NONE: u16 = 3u64 as u16;
+}