diff options
Diffstat (limited to 'vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs')
-rw-r--r-- | vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs b/vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs new file mode 100644 index 000000000..07896918b --- /dev/null +++ b/vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs @@ -0,0 +1,70 @@ +#![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 = SVGPathSegCurvetoCubicSmoothAbs , typescript_type = "SVGPathSegCurvetoCubicSmoothAbs")] + #[derive(Debug, Clone, PartialEq, Eq)] + #[doc = "The `SvgPathSegCurvetoCubicSmoothAbs` class."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegCurvetoCubicSmoothAbs)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub type SvgPathSegCurvetoCubicSmoothAbs; + # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , 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/SVGPathSegCurvetoCubicSmoothAbs/x)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn x(this: &SvgPathSegCurvetoCubicSmoothAbs) -> f32; + # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , 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/SVGPathSegCurvetoCubicSmoothAbs/x)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn set_x(this: &SvgPathSegCurvetoCubicSmoothAbs, value: f32); + # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , 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/SVGPathSegCurvetoCubicSmoothAbs/y)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn y(this: &SvgPathSegCurvetoCubicSmoothAbs) -> f32; + # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , 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/SVGPathSegCurvetoCubicSmoothAbs/y)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn set_y(this: &SvgPathSegCurvetoCubicSmoothAbs, value: f32); + # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , js_name = x2)] + #[doc = "Getter for the `x2` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegCurvetoCubicSmoothAbs/x2)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn x2(this: &SvgPathSegCurvetoCubicSmoothAbs) -> f32; + # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , js_name = x2)] + #[doc = "Setter for the `x2` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegCurvetoCubicSmoothAbs/x2)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn set_x2(this: &SvgPathSegCurvetoCubicSmoothAbs, value: f32); + # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , js_name = y2)] + #[doc = "Getter for the `y2` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegCurvetoCubicSmoothAbs/y2)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn y2(this: &SvgPathSegCurvetoCubicSmoothAbs) -> f32; + # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegCurvetoCubicSmoothAbs" , js_name = y2)] + #[doc = "Setter for the `y2` field of this object."] + #[doc = ""] + #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegCurvetoCubicSmoothAbs/y2)"] + #[doc = ""] + #[doc = "*This API requires the following crate features to be activated: `SvgPathSegCurvetoCubicSmoothAbs`*"] + pub fn set_y2(this: &SvgPathSegCurvetoCubicSmoothAbs, value: f32); +} |