pub struct OffscreenCanvasRenderingContext2d { /* private fields */ }
Expand description
The OffscreenCanvasRenderingContext2d
class.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Implementations§
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn canvas(&self) -> OffscreenCanvas
pub fn canvas(&self) -> OffscreenCanvas
Getter for the canvas
field of this object.
This API requires the following crate features to be activated: OffscreenCanvas
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn global_alpha(&self) -> f64
pub fn global_alpha(&self) -> f64
Getter for the globalAlpha
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_global_alpha(&self, value: f64)
pub fn set_global_alpha(&self, value: f64)
Setter for the globalAlpha
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn global_composite_operation(&self) -> Result<String, JsValue>
pub fn global_composite_operation(&self) -> Result<String, JsValue>
Getter for the globalCompositeOperation
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn stroke_style(&self) -> JsValue
pub fn stroke_style(&self) -> JsValue
Getter for the strokeStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_stroke_style(&self, value: &JsValue)
👎Deprecated
pub fn set_stroke_style(&self, value: &JsValue)
Setter for the strokeStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_stroke_style_str(&self, value: &str)
pub fn set_stroke_style_str(&self, value: &str)
Setter for the strokeStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_stroke_style_canvas_gradient(&self, value: &CanvasGradient)
pub fn set_stroke_style_canvas_gradient(&self, value: &CanvasGradient)
Setter for the strokeStyle
field of this object.
This API requires the following crate features to be activated: CanvasGradient
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_stroke_style_canvas_pattern(&self, value: &CanvasPattern)
pub fn set_stroke_style_canvas_pattern(&self, value: &CanvasPattern)
Setter for the strokeStyle
field of this object.
This API requires the following crate features to be activated: CanvasPattern
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn fill_style(&self) -> JsValue
pub fn fill_style(&self) -> JsValue
Getter for the fillStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_fill_style(&self, value: &JsValue)
👎Deprecated
pub fn set_fill_style(&self, value: &JsValue)
Setter for the fillStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_fill_style_str(&self, value: &str)
pub fn set_fill_style_str(&self, value: &str)
Setter for the fillStyle
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_fill_style_canvas_gradient(&self, value: &CanvasGradient)
pub fn set_fill_style_canvas_gradient(&self, value: &CanvasGradient)
Setter for the fillStyle
field of this object.
This API requires the following crate features to be activated: CanvasGradient
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_fill_style_canvas_pattern(&self, value: &CanvasPattern)
pub fn set_fill_style_canvas_pattern(&self, value: &CanvasPattern)
Setter for the fillStyle
field of this object.
This API requires the following crate features to be activated: CanvasPattern
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_filter(&self, value: &str)
pub fn set_filter(&self, value: &str)
Setter for the filter
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn image_smoothing_enabled(&self) -> bool
pub fn image_smoothing_enabled(&self) -> bool
Getter for the imageSmoothingEnabled
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_image_smoothing_enabled(&self, value: bool)
pub fn set_image_smoothing_enabled(&self, value: bool)
Setter for the imageSmoothingEnabled
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn line_width(&self) -> f64
pub fn line_width(&self) -> f64
Getter for the lineWidth
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_line_width(&self, value: f64)
pub fn set_line_width(&self, value: f64)
Setter for the lineWidth
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_line_cap(&self, value: &str)
pub fn set_line_cap(&self, value: &str)
Setter for the lineCap
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_line_join(&self, value: &str)
pub fn set_line_join(&self, value: &str)
Setter for the lineJoin
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn miter_limit(&self) -> f64
pub fn miter_limit(&self) -> f64
Getter for the miterLimit
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_miter_limit(&self, value: f64)
pub fn set_miter_limit(&self, value: f64)
Setter for the miterLimit
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn line_dash_offset(&self) -> f64
pub fn line_dash_offset(&self) -> f64
Getter for the lineDashOffset
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_line_dash_offset(&self, value: f64)
pub fn set_line_dash_offset(&self, value: f64)
Setter for the lineDashOffset
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn shadow_offset_x(&self) -> f64
pub fn shadow_offset_x(&self) -> f64
Getter for the shadowOffsetX
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_shadow_offset_x(&self, value: f64)
pub fn set_shadow_offset_x(&self, value: f64)
Setter for the shadowOffsetX
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn shadow_offset_y(&self) -> f64
pub fn shadow_offset_y(&self) -> f64
Getter for the shadowOffsetY
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_shadow_offset_y(&self, value: f64)
pub fn set_shadow_offset_y(&self, value: f64)
Setter for the shadowOffsetY
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn shadow_blur(&self) -> f64
pub fn shadow_blur(&self) -> f64
Getter for the shadowBlur
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_shadow_blur(&self, value: f64)
pub fn set_shadow_blur(&self, value: f64)
Setter for the shadowBlur
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn shadow_color(&self) -> String
pub fn shadow_color(&self) -> String
Getter for the shadowColor
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_shadow_color(&self, value: &str)
pub fn set_shadow_color(&self, value: &str)
Setter for the shadowColor
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn text_align(&self) -> String
pub fn text_align(&self) -> String
Getter for the textAlign
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_text_align(&self, value: &str)
pub fn set_text_align(&self, value: &str)
Setter for the textAlign
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn text_baseline(&self) -> String
pub fn text_baseline(&self) -> String
Getter for the textBaseline
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_text_baseline(&self, value: &str)
pub fn set_text_baseline(&self, value: &str)
Setter for the textBaseline
field of this object.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_image_element(
&self,
image: &HtmlImageElement,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_image_element( &self, image: &HtmlImageElement, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlImageElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_svg_image_element(
&self,
image: &SvgImageElement,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_svg_image_element( &self, image: &SvgImageElement, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, SvgImageElement
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_canvas_element(
&self,
image: &HtmlCanvasElement,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_canvas_element( &self, image: &HtmlCanvasElement, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlCanvasElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_video_element(
&self,
image: &HtmlVideoElement,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_video_element( &self, image: &HtmlVideoElement, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlVideoElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_image_bitmap(
&self,
image: &ImageBitmap,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_image_bitmap( &self, image: &ImageBitmap, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: ImageBitmap
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_offscreen_canvas(
&self,
image: &OffscreenCanvas,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_offscreen_canvas( &self, image: &OffscreenCanvas, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvas
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_video_frame(
&self,
image: &VideoFrame,
dx: f64,
dy: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_video_frame( &self, image: &VideoFrame, dx: f64, dy: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, VideoFrame
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_image_element_and_dw_and_dh(
&self,
image: &HtmlImageElement,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_image_element_and_dw_and_dh( &self, image: &HtmlImageElement, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlImageElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_svg_image_element_and_dw_and_dh(
&self,
image: &SvgImageElement,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_svg_image_element_and_dw_and_dh( &self, image: &SvgImageElement, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, SvgImageElement
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_canvas_element_and_dw_and_dh(
&self,
image: &HtmlCanvasElement,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_canvas_element_and_dw_and_dh( &self, image: &HtmlCanvasElement, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlCanvasElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_video_element_and_dw_and_dh(
&self,
image: &HtmlVideoElement,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_video_element_and_dw_and_dh( &self, image: &HtmlVideoElement, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlVideoElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_image_bitmap_and_dw_and_dh(
&self,
image: &ImageBitmap,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_image_bitmap_and_dw_and_dh( &self, image: &ImageBitmap, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: ImageBitmap
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_offscreen_canvas_and_dw_and_dh(
&self,
image: &OffscreenCanvas,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_offscreen_canvas_and_dw_and_dh( &self, image: &OffscreenCanvas, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvas
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_video_frame_and_dw_and_dh(
&self,
image: &VideoFrame,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_video_frame_and_dw_and_dh( &self, image: &VideoFrame, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, VideoFrame
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &HtmlImageElement,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &HtmlImageElement, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlImageElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_svg_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &SvgImageElement,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_svg_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &SvgImageElement, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, SvgImageElement
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_canvas_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &HtmlCanvasElement,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_canvas_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &HtmlCanvasElement, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlCanvasElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_html_video_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &HtmlVideoElement,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_html_video_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &HtmlVideoElement, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: HtmlVideoElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_image_bitmap_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &ImageBitmap,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_image_bitmap_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &ImageBitmap, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: ImageBitmap
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_offscreen_canvas_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &OffscreenCanvas,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_offscreen_canvas_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &OffscreenCanvas, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvas
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn draw_image_with_video_frame_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
&self,
image: &VideoFrame,
sx: f64,
sy: f64,
sw: f64,
sh: f64,
dx: f64,
dy: f64,
dw: f64,
dh: f64,
) -> Result<(), JsValue>
pub fn draw_image_with_video_frame_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh( &self, image: &VideoFrame, sx: f64, sy: f64, sw: f64, sh: f64, dx: f64, dy: f64, dw: f64, dh: f64, ) -> Result<(), JsValue>
The drawImage()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, VideoFrame
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn begin_path(&self)
pub fn begin_path(&self)
The beginPath()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn clip_with_canvas_winding_rule(&self, winding: CanvasWindingRule)
pub fn clip_with_canvas_winding_rule(&self, winding: CanvasWindingRule)
The clip()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn clip_with_path_2d(&self, path: &Path2d)
pub fn clip_with_path_2d(&self, path: &Path2d)
The clip()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn clip_with_path_2d_and_winding(
&self,
path: &Path2d,
winding: CanvasWindingRule,
)
pub fn clip_with_path_2d_and_winding( &self, path: &Path2d, winding: CanvasWindingRule, )
The clip()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn fill_with_canvas_winding_rule(&self, winding: CanvasWindingRule)
pub fn fill_with_canvas_winding_rule(&self, winding: CanvasWindingRule)
The fill()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn fill_with_path_2d(&self, path: &Path2d)
pub fn fill_with_path_2d(&self, path: &Path2d)
The fill()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn fill_with_path_2d_and_winding(
&self,
path: &Path2d,
winding: CanvasWindingRule,
)
pub fn fill_with_path_2d_and_winding( &self, path: &Path2d, winding: CanvasWindingRule, )
The fill()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn is_point_in_path_with_f64(&self, x: f64, y: f64) -> bool
pub fn is_point_in_path_with_f64(&self, x: f64, y: f64) -> bool
The isPointInPath()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn is_point_in_path_with_f64_and_canvas_winding_rule(
&self,
x: f64,
y: f64,
winding: CanvasWindingRule,
) -> bool
pub fn is_point_in_path_with_f64_and_canvas_winding_rule( &self, x: f64, y: f64, winding: CanvasWindingRule, ) -> bool
The isPointInPath()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn is_point_in_path_with_path_2d_and_f64_and_winding(
&self,
path: &Path2d,
x: f64,
y: f64,
winding: CanvasWindingRule,
) -> bool
pub fn is_point_in_path_with_path_2d_and_f64_and_winding( &self, path: &Path2d, x: f64, y: f64, winding: CanvasWindingRule, ) -> bool
The isPointInPath()
method.
This API requires the following crate features to be activated: CanvasWindingRule
, OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn is_point_in_stroke_with_x_and_y(&self, x: f64, y: f64) -> bool
pub fn is_point_in_stroke_with_x_and_y(&self, x: f64, y: f64) -> bool
The isPointInStroke()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn stroke_with_path(&self, path: &Path2d)
pub fn stroke_with_path(&self, path: &Path2d)
The stroke()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, Path2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_linear_gradient(
&self,
x0: f64,
y0: f64,
x1: f64,
y1: f64,
) -> CanvasGradient
pub fn create_linear_gradient( &self, x0: f64, y0: f64, x1: f64, y1: f64, ) -> CanvasGradient
The createLinearGradient()
method.
This API requires the following crate features to be activated: CanvasGradient
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_html_image_element(
&self,
image: &HtmlImageElement,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_html_image_element( &self, image: &HtmlImageElement, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, HtmlImageElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_svg_image_element(
&self,
image: &SvgImageElement,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_svg_image_element( &self, image: &SvgImageElement, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, OffscreenCanvasRenderingContext2d
, SvgImageElement
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_html_canvas_element(
&self,
image: &HtmlCanvasElement,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_html_canvas_element( &self, image: &HtmlCanvasElement, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, HtmlCanvasElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_html_video_element(
&self,
image: &HtmlVideoElement,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_html_video_element( &self, image: &HtmlVideoElement, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, HtmlVideoElement
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_image_bitmap(
&self,
image: &ImageBitmap,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_image_bitmap( &self, image: &ImageBitmap, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, ImageBitmap
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_offscreen_canvas(
&self,
image: &OffscreenCanvas,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_offscreen_canvas( &self, image: &OffscreenCanvas, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, OffscreenCanvas
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn create_pattern_with_video_frame(
&self,
image: &VideoFrame,
repetition: &str,
) -> Result<Option<CanvasPattern>, JsValue>
pub fn create_pattern_with_video_frame( &self, image: &VideoFrame, repetition: &str, ) -> Result<Option<CanvasPattern>, JsValue>
The createPattern()
method.
This API requires the following crate features to be activated: CanvasPattern
, OffscreenCanvasRenderingContext2d
, VideoFrame
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn put_image_data_with_dirty_x_and_dirty_y_and_dirty_width_and_dirty_height(
&self,
imagedata: &ImageData,
dx: f64,
dy: f64,
dirty_x: f64,
dirty_y: f64,
dirty_width: f64,
dirty_height: f64,
) -> Result<(), JsValue>
pub fn put_image_data_with_dirty_x_and_dirty_y_and_dirty_width_and_dirty_height( &self, imagedata: &ImageData, dx: f64, dy: f64, dirty_x: f64, dirty_y: f64, dirty_width: f64, dirty_height: f64, ) -> Result<(), JsValue>
The putImageData()
method.
This API requires the following crate features to be activated: ImageData
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn close_path(&self)
pub fn close_path(&self)
The closePath()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn ellipse_with_anticlockwise(
&self,
x: f64,
y: f64,
radius_x: f64,
radius_y: f64,
rotation: f64,
start_angle: f64,
end_angle: f64,
anticlockwise: bool,
) -> Result<(), JsValue>
pub fn ellipse_with_anticlockwise( &self, x: f64, y: f64, radius_x: f64, radius_y: f64, rotation: f64, start_angle: f64, end_angle: f64, anticlockwise: bool, ) -> Result<(), JsValue>
The ellipse()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn round_rect_with_dom_point_init(
&self,
x: f64,
y: f64,
w: f64,
h: f64,
radii: &DomPointInit,
) -> Result<(), JsValue>
pub fn round_rect_with_dom_point_init( &self, x: f64, y: f64, w: f64, h: f64, radii: &DomPointInit, ) -> Result<(), JsValue>
The roundRect()
method.
This API requires the following crate features to be activated: DomPointInit
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn get_line_dash(&self) -> Array
pub fn get_line_dash(&self) -> Array
The getLineDash()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn measure_text(&self, text: &str) -> Result<TextMetrics, JsValue>
pub fn measure_text(&self, text: &str) -> Result<TextMetrics, JsValue>
The measureText()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
, TextMetrics
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn get_transform(&self) -> Result<DomMatrix, JsValue>
pub fn get_transform(&self) -> Result<DomMatrix, JsValue>
The getTransform()
method.
This API requires the following crate features to be activated: DomMatrix
, OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn reset_transform(&self) -> Result<(), JsValue>
pub fn reset_transform(&self) -> Result<(), JsValue>
The resetTransform()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_transform_with_default_dom_matrix_2d_init(
&self,
) -> Result<(), JsValue>
pub fn set_transform_with_default_dom_matrix_2d_init( &self, ) -> Result<(), JsValue>
The setTransform()
method.
This API requires the following crate features to be activated: OffscreenCanvasRenderingContext2d
Source§impl OffscreenCanvasRenderingContext2d
impl OffscreenCanvasRenderingContext2d
Sourcepub fn set_transform_with_dom_matrix_2d_init(
&self,
transform: &DomMatrix2dInit,
) -> Result<(), JsValue>
pub fn set_transform_with_dom_matrix_2d_init( &self, transform: &DomMatrix2dInit, ) -> Result<(), JsValue>
The setTransform()
method.
This API requires the following crate features to be activated: DomMatrix2dInit
, OffscreenCanvasRenderingContext2d
Methods from Deref<Target = Object>§
Sourcepub fn constructor(&self) -> Function
pub fn constructor(&self) -> Function
The constructor property returns a reference to the Object
constructor
function that created the instance object.
Sourcepub fn has_own_property(&self, property: &JsValue) -> bool
pub fn has_own_property(&self, property: &JsValue) -> bool
The hasOwnProperty()
method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
Sourcepub fn is_prototype_of(&self, value: &JsValue) -> bool
pub fn is_prototype_of(&self, value: &JsValue) -> bool
The isPrototypeOf()
method checks if an object exists in another
object’s prototype chain.
Sourcepub fn property_is_enumerable(&self, property: &JsValue) -> bool
pub fn property_is_enumerable(&self, property: &JsValue) -> bool
The propertyIsEnumerable()
method returns a Boolean indicating
whether the specified property is enumerable.
Sourcepub fn to_locale_string(&self) -> JsString
pub fn to_locale_string(&self) -> JsString
The toLocaleString()
method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Sourcepub fn to_string(&self) -> JsString
pub fn to_string(&self) -> JsString
The toString()
method returns a string representing the object.
Methods from Deref<Target = JsValue>§
pub const NULL: JsValue = _
pub const UNDEFINED: JsValue = _
pub const TRUE: JsValue = _
pub const FALSE: JsValue = _
Sourcepub fn as_f64(&self) -> Option<f64>
pub fn as_f64(&self) -> Option<f64>
Returns the f64
value of this JS value if it’s an instance of a
number.
If this JS value is not an instance of a number then this returns
None
.
Sourcepub fn as_string(&self) -> Option<String>
pub fn as_string(&self) -> Option<String>
If this JS value is a string value, this function copies the JS string
value into Wasm linear memory, encoded as UTF-8, and returns it as a
Rust String
.
To avoid the copying and re-encoding, consider the
JsString::try_from()
function from js-sys
instead.
If this JS value is not an instance of a string or if it’s not valid
utf-8 then this returns None
.
§UTF-16 vs UTF-8
JavaScript strings in general are encoded as UTF-16, but Rust strings
are encoded as UTF-8. This can cause the Rust string to look a bit
different than the JS string sometimes. For more details see the
documentation about the str
type which contains a few
caveats about the encodings.
Sourcepub fn as_bool(&self) -> Option<bool>
pub fn as_bool(&self) -> Option<bool>
Returns the bool
value of this JS value if it’s an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None
.
Sourcepub fn is_undefined(&self) -> bool
pub fn is_undefined(&self) -> bool
Tests whether this JS value is undefined
Sourcepub fn is_function(&self) -> bool
pub fn is_function(&self) -> bool
Tests whether the type of this JS value is function
.
Sourcepub fn js_in(&self, obj: &JsValue) -> bool
pub fn js_in(&self, obj: &JsValue) -> bool
Applies the binary in
JS operator on the two JsValue
s.
Sourcepub fn loose_eq(&self, other: &JsValue) -> bool
pub fn loose_eq(&self, other: &JsValue) -> bool
Compare two JsValue
s for equality, using the ==
operator in JS.
Sourcepub fn unsigned_shr(&self, rhs: &JsValue) -> u32
pub fn unsigned_shr(&self, rhs: &JsValue) -> u32
Applies the binary >>>
JS operator on the two JsValue
s.
Sourcepub fn checked_div(&self, rhs: &JsValue) -> JsValue
pub fn checked_div(&self, rhs: &JsValue) -> JsValue
Applies the binary /
JS operator on two JsValue
s, catching and returning any RangeError
thrown.
Sourcepub fn pow(&self, rhs: &JsValue) -> JsValue
pub fn pow(&self, rhs: &JsValue) -> JsValue
Applies the binary **
JS operator on the two JsValue
s.
Sourcepub fn lt(&self, other: &JsValue) -> bool
pub fn lt(&self, other: &JsValue) -> bool
Applies the binary <
JS operator on the two JsValue
s.
Sourcepub fn le(&self, other: &JsValue) -> bool
pub fn le(&self, other: &JsValue) -> bool
Applies the binary <=
JS operator on the two JsValue
s.
Sourcepub fn ge(&self, other: &JsValue) -> bool
pub fn ge(&self, other: &JsValue) -> bool
Applies the binary >=
JS operator on the two JsValue
s.
Sourcepub fn gt(&self, other: &JsValue) -> bool
pub fn gt(&self, other: &JsValue) -> bool
Applies the binary >
JS operator on the two JsValue
s.
Sourcepub fn unchecked_into_f64(&self) -> f64
pub fn unchecked_into_f64(&self) -> f64
Applies the unary +
JS operator on a JsValue
. Can throw.
Trait Implementations§
Source§impl AsRef<OffscreenCanvasRenderingContext2d> for OffscreenCanvasRenderingContext2d
impl AsRef<OffscreenCanvasRenderingContext2d> for OffscreenCanvasRenderingContext2d
Source§fn as_ref(&self) -> &OffscreenCanvasRenderingContext2d
fn as_ref(&self) -> &OffscreenCanvasRenderingContext2d
Source§impl Clone for OffscreenCanvasRenderingContext2d
impl Clone for OffscreenCanvasRenderingContext2d
Source§fn clone(&self) -> OffscreenCanvasRenderingContext2d
fn clone(&self) -> OffscreenCanvasRenderingContext2d
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl From<JsValue> for OffscreenCanvasRenderingContext2d
impl From<JsValue> for OffscreenCanvasRenderingContext2d
Source§fn from(obj: JsValue) -> OffscreenCanvasRenderingContext2d
fn from(obj: JsValue) -> OffscreenCanvasRenderingContext2d
Source§impl From<OffscreenCanvasRenderingContext2d> for JsValue
impl From<OffscreenCanvasRenderingContext2d> for JsValue
Source§fn from(obj: OffscreenCanvasRenderingContext2d) -> JsValue
fn from(obj: OffscreenCanvasRenderingContext2d) -> JsValue
Source§impl From<OffscreenCanvasRenderingContext2d> for Object
impl From<OffscreenCanvasRenderingContext2d> for Object
Source§fn from(obj: OffscreenCanvasRenderingContext2d) -> Object
fn from(obj: OffscreenCanvasRenderingContext2d) -> Object
Source§impl<'a> IntoWasmAbi for &'a OffscreenCanvasRenderingContext2d
impl<'a> IntoWasmAbi for &'a OffscreenCanvasRenderingContext2d
Source§impl JsCast for OffscreenCanvasRenderingContext2d
impl JsCast for OffscreenCanvasRenderingContext2d
Source§fn instanceof(val: &JsValue) -> bool
fn instanceof(val: &JsValue) -> bool
instanceof
check to see whether the JsValue
provided is an instance of this type. Read moreSource§fn unchecked_from_js(val: JsValue) -> Self
fn unchecked_from_js(val: JsValue) -> Self
Source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
fn unchecked_from_js_ref(val: &JsValue) -> &Self
Source§fn has_type<T>(&self) -> boolwhere
T: JsCast,
fn has_type<T>(&self) -> boolwhere
T: JsCast,
T
. Read moreSource§fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
T
. Read moreSource§fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
T
. Read moreSource§fn unchecked_into<T>(self) -> Twhere
T: JsCast,
fn unchecked_into<T>(self) -> Twhere
T: JsCast,
Source§fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
Source§impl LongRefFromWasmAbi for OffscreenCanvasRenderingContext2d
impl LongRefFromWasmAbi for OffscreenCanvasRenderingContext2d
Source§type Anchor = OffscreenCanvasRenderingContext2d
type Anchor = OffscreenCanvasRenderingContext2d
RefFromWasmAbi::Anchor
Source§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
RefFromWasmAbi::ref_from_abi
Source§impl<'a> OptionIntoWasmAbi for &'a OffscreenCanvasRenderingContext2d
impl<'a> OptionIntoWasmAbi for &'a OffscreenCanvasRenderingContext2d
Source§impl PartialEq for OffscreenCanvasRenderingContext2d
impl PartialEq for OffscreenCanvasRenderingContext2d
Source§fn eq(&self, other: &OffscreenCanvasRenderingContext2d) -> bool
fn eq(&self, other: &OffscreenCanvasRenderingContext2d) -> bool
self
and other
values to be equal, and is used by ==
.Source§impl RefFromWasmAbi for OffscreenCanvasRenderingContext2d
impl RefFromWasmAbi for OffscreenCanvasRenderingContext2d
Source§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self
are recovered from.Source§type Anchor = ManuallyDrop<OffscreenCanvasRenderingContext2d>
type Anchor = ManuallyDrop<OffscreenCanvasRenderingContext2d>
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.impl Eq for OffscreenCanvasRenderingContext2d
impl StructuralPartialEq for OffscreenCanvasRenderingContext2d
Auto Trait Implementations§
impl Freeze for OffscreenCanvasRenderingContext2d
impl RefUnwindSafe for OffscreenCanvasRenderingContext2d
impl !Send for OffscreenCanvasRenderingContext2d
impl !Sync for OffscreenCanvasRenderingContext2d
impl Unpin for OffscreenCanvasRenderingContext2d
impl UnwindSafe for OffscreenCanvasRenderingContext2d
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.