summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs')
-rw-r--r--vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs42
1 files changed, 42 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs b/vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs
new file mode 100644
index 000000000..ae2f75afb
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs
@@ -0,0 +1,42 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (is_type_of = | _ | false , extends = SvgPathSeg , extends = :: js_sys :: Object , js_name = SVGPathSegMovetoAbs , typescript_type = "SVGPathSegMovetoAbs")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `SvgPathSegMovetoAbs` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegMovetoAbs)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgPathSegMovetoAbs`*"]
+ pub type SvgPathSegMovetoAbs;
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegMovetoAbs" , 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/SVGPathSegMovetoAbs/x)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgPathSegMovetoAbs`*"]
+ pub fn x(this: &SvgPathSegMovetoAbs) -> f32;
+ # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegMovetoAbs" , js_name = x)]
+ #[doc = "Setter for the `x` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegMovetoAbs/x)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgPathSegMovetoAbs`*"]
+ pub fn set_x(this: &SvgPathSegMovetoAbs, value: f32);
+ # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegMovetoAbs" , 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/SVGPathSegMovetoAbs/y)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgPathSegMovetoAbs`*"]
+ pub fn y(this: &SvgPathSegMovetoAbs) -> f32;
+ # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegMovetoAbs" , js_name = y)]
+ #[doc = "Setter for the `y` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegMovetoAbs/y)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `SvgPathSegMovetoAbs`*"]
+ pub fn set_y(this: &SvgPathSegMovetoAbs, value: f32);
+}