[−][src]Struct web_sys::Window
The Window
object
This API requires the following crate features to be activated: Window
Methods
impl Window
[src]
impl Window
pub fn alert(&self) -> Result<(), JsValue>
[src]
pub fn alert(&self) -> Result<(), JsValue>
The alert()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn alert_with_message(&self, message: &str) -> Result<(), JsValue>
[src]
pub fn alert_with_message(&self, message: &str) -> Result<(), JsValue>
The alert()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn blur(&self) -> Result<(), JsValue>
[src]
pub fn blur(&self) -> Result<(), JsValue>
The blur()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn cancel_animation_frame(&self, handle: i32) -> Result<(), JsValue>
[src]
pub fn cancel_animation_frame(&self, handle: i32) -> Result<(), JsValue>
The cancelAnimationFrame()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn cancel_idle_callback(&self, handle: u32)
[src]
pub fn cancel_idle_callback(&self, handle: u32)
The cancelIdleCallback()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn capture_events(&self)
[src]
pub fn capture_events(&self)
The captureEvents()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn close(&self) -> Result<(), JsValue>
[src]
pub fn close(&self) -> Result<(), JsValue>
The close()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn confirm(&self) -> Result<bool, JsValue>
[src]
pub fn confirm(&self) -> Result<bool, JsValue>
The confirm()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn confirm_with_message(&self, message: &str) -> Result<bool, JsValue>
[src]
pub fn confirm_with_message(&self, message: &str) -> Result<bool, JsValue>
The confirm()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn focus(&self) -> Result<(), JsValue>
[src]
pub fn focus(&self) -> Result<(), JsValue>
The focus()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn move_by(&self, x: i32, y: i32) -> Result<(), JsValue>
[src]
pub fn move_by(&self, x: i32, y: i32) -> Result<(), JsValue>
The moveBy()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn move_to(&self, x: i32, y: i32) -> Result<(), JsValue>
[src]
pub fn move_to(&self, x: i32, y: i32) -> Result<(), JsValue>
The moveTo()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn open(&self) -> Result<Option<Window>, JsValue>
[src]
pub fn open(&self) -> Result<Option<Window>, JsValue>
The open()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn open_with_url(&self, url: &str) -> Result<Option<Window>, JsValue>
[src]
pub fn open_with_url(&self, url: &str) -> Result<Option<Window>, JsValue>
The open()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn open_with_url_and_target(
&self,
url: &str,
target: &str
) -> Result<Option<Window>, JsValue>
[src]
pub fn open_with_url_and_target(
&self,
url: &str,
target: &str
) -> Result<Option<Window>, JsValue>
The open()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn open_with_url_and_target_and_features(
&self,
url: &str,
target: &str,
features: &str
) -> Result<Option<Window>, JsValue>
[src]
pub fn open_with_url_and_target_and_features(
&self,
url: &str,
target: &str,
features: &str
) -> Result<Option<Window>, JsValue>
The open()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn post_message(
&self,
message: &JsValue,
target_origin: &str
) -> Result<(), JsValue>
[src]
pub fn post_message(
&self,
message: &JsValue,
target_origin: &str
) -> Result<(), JsValue>
The postMessage()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn post_message_with_transfer(
&self,
message: &JsValue,
target_origin: &str,
transfer: &JsValue
) -> Result<(), JsValue>
[src]
pub fn post_message_with_transfer(
&self,
message: &JsValue,
target_origin: &str,
transfer: &JsValue
) -> Result<(), JsValue>
The postMessage()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn print(&self) -> Result<(), JsValue>
[src]
pub fn print(&self) -> Result<(), JsValue>
The print()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn prompt(&self) -> Result<Option<String>, JsValue>
[src]
pub fn prompt(&self) -> Result<Option<String>, JsValue>
The prompt()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn prompt_with_message(
&self,
message: &str
) -> Result<Option<String>, JsValue>
[src]
pub fn prompt_with_message(
&self,
message: &str
) -> Result<Option<String>, JsValue>
The prompt()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn prompt_with_message_and_default(
&self,
message: &str,
default: &str
) -> Result<Option<String>, JsValue>
[src]
pub fn prompt_with_message_and_default(
&self,
message: &str,
default: &str
) -> Result<Option<String>, JsValue>
The prompt()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn release_events(&self)
[src]
pub fn release_events(&self)
The releaseEvents()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn request_animation_frame(
&self,
callback: &Function
) -> Result<i32, JsValue>
[src]
pub fn request_animation_frame(
&self,
callback: &Function
) -> Result<i32, JsValue>
The requestAnimationFrame()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn request_idle_callback(&self, callback: &Function) -> Result<u32, JsValue>
[src]
pub fn request_idle_callback(&self, callback: &Function) -> Result<u32, JsValue>
The requestIdleCallback()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn resize_by(&self, x: i32, y: i32) -> Result<(), JsValue>
[src]
pub fn resize_by(&self, x: i32, y: i32) -> Result<(), JsValue>
The resizeBy()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn resize_to(&self, x: i32, y: i32) -> Result<(), JsValue>
[src]
pub fn resize_to(&self, x: i32, y: i32) -> Result<(), JsValue>
The resizeTo()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_with_x_and_y(&self, x: f64, y: f64)
[src]
pub fn scroll_with_x_and_y(&self, x: f64, y: f64)
The scroll()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll(&self)
[src]
pub fn scroll(&self)
The scroll()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
[src]
pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
The scrollBy()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_by(&self)
[src]
pub fn scroll_by(&self)
The scrollBy()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
[src]
pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
The scrollTo()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_to(&self)
[src]
pub fn scroll_to(&self)
The scrollTo()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn stop(&self) -> Result<(), JsValue>
[src]
pub fn stop(&self) -> Result<(), JsValue>
The stop()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn get(&self, name: &str) -> Object
[src]
pub fn get(&self, name: &str) -> Object
The indexing getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn window(&self) -> Window
[src]
pub fn window(&self) -> Window
The window
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn self_(&self) -> Window
[src]
pub fn self_(&self) -> Window
The self
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn document(&self) -> Option<Document>
[src]
pub fn document(&self) -> Option<Document>
The document
getter
This API requires the following crate features to be activated: Document
, Window
impl Window
[src]
impl Window
pub fn name(&self) -> Result<String, JsValue>
[src]
pub fn name(&self) -> Result<String, JsValue>
The name
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_name(&self, name: &str) -> Result<(), JsValue>
[src]
pub fn set_name(&self, name: &str) -> Result<(), JsValue>
The name
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn status(&self) -> Result<String, JsValue>
[src]
pub fn status(&self) -> Result<String, JsValue>
The status
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_status(&self, status: &str) -> Result<(), JsValue>
[src]
pub fn set_status(&self, status: &str) -> Result<(), JsValue>
The status
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn closed(&self) -> Result<bool, JsValue>
[src]
pub fn closed(&self) -> Result<bool, JsValue>
The closed
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn event(&self) -> JsValue
[src]
pub fn event(&self) -> JsValue
The event
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn frames(&self) -> Result<Window, JsValue>
[src]
pub fn frames(&self) -> Result<Window, JsValue>
The frames
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn length(&self) -> u32
[src]
pub fn length(&self) -> u32
The length
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn top(&self) -> Result<Option<Window>, JsValue>
[src]
pub fn top(&self) -> Result<Option<Window>, JsValue>
The top
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn opener(&self) -> Result<JsValue, JsValue>
[src]
pub fn opener(&self) -> Result<JsValue, JsValue>
The opener
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_opener(&self, opener: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_opener(&self, opener: &JsValue) -> Result<(), JsValue>
The opener
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn parent(&self) -> Result<Option<Window>, JsValue>
[src]
pub fn parent(&self) -> Result<Option<Window>, JsValue>
The parent
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn frame_element(&self) -> Result<Option<Element>, JsValue>
[src]
pub fn frame_element(&self) -> Result<Option<Element>, JsValue>
The frameElement
getter
This API requires the following crate features to be activated: Element
, Window
impl Window
[src]
impl Window
pub fn onappinstalled(&self) -> Option<Function>
[src]
pub fn onappinstalled(&self) -> Option<Function>
The onappinstalled
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onappinstalled(&self, onappinstalled: Option<&Function>)
[src]
pub fn set_onappinstalled(&self, onappinstalled: Option<&Function>)
The onappinstalled
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn inner_width(&self) -> Result<JsValue, JsValue>
[src]
pub fn inner_width(&self) -> Result<JsValue, JsValue>
The innerWidth
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_inner_width(&self, inner_width: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_inner_width(&self, inner_width: &JsValue) -> Result<(), JsValue>
The innerWidth
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn inner_height(&self) -> Result<JsValue, JsValue>
[src]
pub fn inner_height(&self) -> Result<JsValue, JsValue>
The innerHeight
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_inner_height(&self, inner_height: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_inner_height(&self, inner_height: &JsValue) -> Result<(), JsValue>
The innerHeight
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_x(&self) -> Result<f64, JsValue>
[src]
pub fn scroll_x(&self) -> Result<f64, JsValue>
The scrollX
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn page_x_offset(&self) -> Result<f64, JsValue>
[src]
pub fn page_x_offset(&self) -> Result<f64, JsValue>
The pageXOffset
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn scroll_y(&self) -> Result<f64, JsValue>
[src]
pub fn scroll_y(&self) -> Result<f64, JsValue>
The scrollY
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn page_y_offset(&self) -> Result<f64, JsValue>
[src]
pub fn page_y_offset(&self) -> Result<f64, JsValue>
The pageYOffset
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn screen_x(&self) -> Result<JsValue, JsValue>
[src]
pub fn screen_x(&self) -> Result<JsValue, JsValue>
The screenX
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_screen_x(&self, screen_x: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_screen_x(&self, screen_x: &JsValue) -> Result<(), JsValue>
The screenX
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn screen_y(&self) -> Result<JsValue, JsValue>
[src]
pub fn screen_y(&self) -> Result<JsValue, JsValue>
The screenY
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_screen_y(&self, screen_y: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_screen_y(&self, screen_y: &JsValue) -> Result<(), JsValue>
The screenY
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn outer_width(&self) -> Result<JsValue, JsValue>
[src]
pub fn outer_width(&self) -> Result<JsValue, JsValue>
The outerWidth
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_outer_width(&self, outer_width: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_outer_width(&self, outer_width: &JsValue) -> Result<(), JsValue>
The outerWidth
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn outer_height(&self) -> Result<JsValue, JsValue>
[src]
pub fn outer_height(&self) -> Result<JsValue, JsValue>
The outerHeight
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_outer_height(&self, outer_height: &JsValue) -> Result<(), JsValue>
[src]
pub fn set_outer_height(&self, outer_height: &JsValue) -> Result<(), JsValue>
The outerHeight
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn device_pixel_ratio(&self) -> f64
[src]
pub fn device_pixel_ratio(&self) -> f64
The devicePixelRatio
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn orientation(&self) -> i16
[src]
pub fn orientation(&self) -> i16
The orientation
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onorientationchange(&self) -> Option<Function>
[src]
pub fn onorientationchange(&self) -> Option<Function>
The onorientationchange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onorientationchange(&self, onorientationchange: Option<&Function>)
[src]
pub fn set_onorientationchange(&self, onorientationchange: Option<&Function>)
The onorientationchange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvrdisplayconnect(&self) -> Option<Function>
[src]
pub fn onvrdisplayconnect(&self) -> Option<Function>
The onvrdisplayconnect
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvrdisplayconnect(&self, onvrdisplayconnect: Option<&Function>)
[src]
pub fn set_onvrdisplayconnect(&self, onvrdisplayconnect: Option<&Function>)
The onvrdisplayconnect
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvrdisplaydisconnect(&self) -> Option<Function>
[src]
pub fn onvrdisplaydisconnect(&self) -> Option<Function>
The onvrdisplaydisconnect
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvrdisplaydisconnect(
&self,
onvrdisplaydisconnect: Option<&Function>
)
[src]
pub fn set_onvrdisplaydisconnect(
&self,
onvrdisplaydisconnect: Option<&Function>
)
The onvrdisplaydisconnect
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvrdisplayactivate(&self) -> Option<Function>
[src]
pub fn onvrdisplayactivate(&self) -> Option<Function>
The onvrdisplayactivate
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvrdisplayactivate(&self, onvrdisplayactivate: Option<&Function>)
[src]
pub fn set_onvrdisplayactivate(&self, onvrdisplayactivate: Option<&Function>)
The onvrdisplayactivate
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvrdisplaydeactivate(&self) -> Option<Function>
[src]
pub fn onvrdisplaydeactivate(&self) -> Option<Function>
The onvrdisplaydeactivate
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvrdisplaydeactivate(
&self,
onvrdisplaydeactivate: Option<&Function>
)
[src]
pub fn set_onvrdisplaydeactivate(
&self,
onvrdisplaydeactivate: Option<&Function>
)
The onvrdisplaydeactivate
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvrdisplaypresentchange(&self) -> Option<Function>
[src]
pub fn onvrdisplaypresentchange(&self) -> Option<Function>
The onvrdisplaypresentchange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvrdisplaypresentchange(
&self,
onvrdisplaypresentchange: Option<&Function>
)
[src]
pub fn set_onvrdisplaypresentchange(
&self,
onvrdisplaypresentchange: Option<&Function>
)
The onvrdisplaypresentchange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onabort(&self) -> Option<Function>
[src]
pub fn onabort(&self) -> Option<Function>
The onabort
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onabort(&self, onabort: Option<&Function>)
[src]
pub fn set_onabort(&self, onabort: Option<&Function>)
The onabort
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onblur(&self) -> Option<Function>
[src]
pub fn onblur(&self) -> Option<Function>
The onblur
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onblur(&self, onblur: Option<&Function>)
[src]
pub fn set_onblur(&self, onblur: Option<&Function>)
The onblur
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onfocus(&self) -> Option<Function>
[src]
pub fn onfocus(&self) -> Option<Function>
The onfocus
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onfocus(&self, onfocus: Option<&Function>)
[src]
pub fn set_onfocus(&self, onfocus: Option<&Function>)
The onfocus
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onauxclick(&self) -> Option<Function>
[src]
pub fn onauxclick(&self) -> Option<Function>
The onauxclick
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onauxclick(&self, onauxclick: Option<&Function>)
[src]
pub fn set_onauxclick(&self, onauxclick: Option<&Function>)
The onauxclick
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn oncanplay(&self) -> Option<Function>
[src]
pub fn oncanplay(&self) -> Option<Function>
The oncanplay
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_oncanplay(&self, oncanplay: Option<&Function>)
[src]
pub fn set_oncanplay(&self, oncanplay: Option<&Function>)
The oncanplay
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn oncanplaythrough(&self) -> Option<Function>
[src]
pub fn oncanplaythrough(&self) -> Option<Function>
The oncanplaythrough
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_oncanplaythrough(&self, oncanplaythrough: Option<&Function>)
[src]
pub fn set_oncanplaythrough(&self, oncanplaythrough: Option<&Function>)
The oncanplaythrough
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onchange(&self) -> Option<Function>
[src]
pub fn onchange(&self) -> Option<Function>
The onchange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onchange(&self, onchange: Option<&Function>)
[src]
pub fn set_onchange(&self, onchange: Option<&Function>)
The onchange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onclick(&self) -> Option<Function>
[src]
pub fn onclick(&self) -> Option<Function>
The onclick
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onclick(&self, onclick: Option<&Function>)
[src]
pub fn set_onclick(&self, onclick: Option<&Function>)
The onclick
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onclose(&self) -> Option<Function>
[src]
pub fn onclose(&self) -> Option<Function>
The onclose
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onclose(&self, onclose: Option<&Function>)
[src]
pub fn set_onclose(&self, onclose: Option<&Function>)
The onclose
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
The oncontextmenu
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
The oncontextmenu
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondblclick(&self) -> Option<Function>
[src]
pub fn ondblclick(&self) -> Option<Function>
The ondblclick
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondblclick(&self, ondblclick: Option<&Function>)
[src]
pub fn set_ondblclick(&self, ondblclick: Option<&Function>)
The ondblclick
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondrag(&self) -> Option<Function>
[src]
pub fn ondrag(&self) -> Option<Function>
The ondrag
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondrag(&self, ondrag: Option<&Function>)
[src]
pub fn set_ondrag(&self, ondrag: Option<&Function>)
The ondrag
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragend(&self) -> Option<Function>
[src]
pub fn ondragend(&self) -> Option<Function>
The ondragend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragend(&self, ondragend: Option<&Function>)
[src]
pub fn set_ondragend(&self, ondragend: Option<&Function>)
The ondragend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragenter(&self) -> Option<Function>
[src]
pub fn ondragenter(&self) -> Option<Function>
The ondragenter
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragenter(&self, ondragenter: Option<&Function>)
[src]
pub fn set_ondragenter(&self, ondragenter: Option<&Function>)
The ondragenter
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragexit(&self) -> Option<Function>
[src]
pub fn ondragexit(&self) -> Option<Function>
The ondragexit
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragexit(&self, ondragexit: Option<&Function>)
[src]
pub fn set_ondragexit(&self, ondragexit: Option<&Function>)
The ondragexit
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragleave(&self) -> Option<Function>
[src]
pub fn ondragleave(&self) -> Option<Function>
The ondragleave
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragleave(&self, ondragleave: Option<&Function>)
[src]
pub fn set_ondragleave(&self, ondragleave: Option<&Function>)
The ondragleave
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragover(&self) -> Option<Function>
[src]
pub fn ondragover(&self) -> Option<Function>
The ondragover
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragover(&self, ondragover: Option<&Function>)
[src]
pub fn set_ondragover(&self, ondragover: Option<&Function>)
The ondragover
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondragstart(&self) -> Option<Function>
[src]
pub fn ondragstart(&self) -> Option<Function>
The ondragstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondragstart(&self, ondragstart: Option<&Function>)
[src]
pub fn set_ondragstart(&self, ondragstart: Option<&Function>)
The ondragstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondrop(&self) -> Option<Function>
[src]
pub fn ondrop(&self) -> Option<Function>
The ondrop
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondrop(&self, ondrop: Option<&Function>)
[src]
pub fn set_ondrop(&self, ondrop: Option<&Function>)
The ondrop
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ondurationchange(&self) -> Option<Function>
[src]
pub fn ondurationchange(&self) -> Option<Function>
The ondurationchange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ondurationchange(&self, ondurationchange: Option<&Function>)
[src]
pub fn set_ondurationchange(&self, ondurationchange: Option<&Function>)
The ondurationchange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onemptied(&self) -> Option<Function>
[src]
pub fn onemptied(&self) -> Option<Function>
The onemptied
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onemptied(&self, onemptied: Option<&Function>)
[src]
pub fn set_onemptied(&self, onemptied: Option<&Function>)
The onemptied
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onended(&self) -> Option<Function>
[src]
pub fn onended(&self) -> Option<Function>
The onended
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onended(&self, onended: Option<&Function>)
[src]
pub fn set_onended(&self, onended: Option<&Function>)
The onended
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn oninput(&self) -> Option<Function>
[src]
pub fn oninput(&self) -> Option<Function>
The oninput
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_oninput(&self, oninput: Option<&Function>)
[src]
pub fn set_oninput(&self, oninput: Option<&Function>)
The oninput
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn oninvalid(&self) -> Option<Function>
[src]
pub fn oninvalid(&self) -> Option<Function>
The oninvalid
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_oninvalid(&self, oninvalid: Option<&Function>)
[src]
pub fn set_oninvalid(&self, oninvalid: Option<&Function>)
The oninvalid
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onkeydown(&self) -> Option<Function>
[src]
pub fn onkeydown(&self) -> Option<Function>
The onkeydown
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onkeydown(&self, onkeydown: Option<&Function>)
[src]
pub fn set_onkeydown(&self, onkeydown: Option<&Function>)
The onkeydown
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onkeypress(&self) -> Option<Function>
[src]
pub fn onkeypress(&self) -> Option<Function>
The onkeypress
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onkeypress(&self, onkeypress: Option<&Function>)
[src]
pub fn set_onkeypress(&self, onkeypress: Option<&Function>)
The onkeypress
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onkeyup(&self) -> Option<Function>
[src]
pub fn onkeyup(&self) -> Option<Function>
The onkeyup
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onkeyup(&self, onkeyup: Option<&Function>)
[src]
pub fn set_onkeyup(&self, onkeyup: Option<&Function>)
The onkeyup
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onload(&self) -> Option<Function>
[src]
pub fn onload(&self) -> Option<Function>
The onload
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onload(&self, onload: Option<&Function>)
[src]
pub fn set_onload(&self, onload: Option<&Function>)
The onload
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onloadeddata(&self) -> Option<Function>
[src]
pub fn onloadeddata(&self) -> Option<Function>
The onloadeddata
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onloadeddata(&self, onloadeddata: Option<&Function>)
[src]
pub fn set_onloadeddata(&self, onloadeddata: Option<&Function>)
The onloadeddata
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onloadedmetadata(&self) -> Option<Function>
[src]
pub fn onloadedmetadata(&self) -> Option<Function>
The onloadedmetadata
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onloadedmetadata(&self, onloadedmetadata: Option<&Function>)
[src]
pub fn set_onloadedmetadata(&self, onloadedmetadata: Option<&Function>)
The onloadedmetadata
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onloadend(&self) -> Option<Function>
[src]
pub fn onloadend(&self) -> Option<Function>
The onloadend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onloadend(&self, onloadend: Option<&Function>)
[src]
pub fn set_onloadend(&self, onloadend: Option<&Function>)
The onloadend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onloadstart(&self) -> Option<Function>
[src]
pub fn onloadstart(&self) -> Option<Function>
The onloadstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onloadstart(&self, onloadstart: Option<&Function>)
[src]
pub fn set_onloadstart(&self, onloadstart: Option<&Function>)
The onloadstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmousedown(&self) -> Option<Function>
[src]
pub fn onmousedown(&self) -> Option<Function>
The onmousedown
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmousedown(&self, onmousedown: Option<&Function>)
[src]
pub fn set_onmousedown(&self, onmousedown: Option<&Function>)
The onmousedown
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmouseenter(&self) -> Option<Function>
[src]
pub fn onmouseenter(&self) -> Option<Function>
The onmouseenter
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmouseenter(&self, onmouseenter: Option<&Function>)
[src]
pub fn set_onmouseenter(&self, onmouseenter: Option<&Function>)
The onmouseenter
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmouseleave(&self) -> Option<Function>
[src]
pub fn onmouseleave(&self) -> Option<Function>
The onmouseleave
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmouseleave(&self, onmouseleave: Option<&Function>)
[src]
pub fn set_onmouseleave(&self, onmouseleave: Option<&Function>)
The onmouseleave
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmousemove(&self) -> Option<Function>
[src]
pub fn onmousemove(&self) -> Option<Function>
The onmousemove
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmousemove(&self, onmousemove: Option<&Function>)
[src]
pub fn set_onmousemove(&self, onmousemove: Option<&Function>)
The onmousemove
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmouseout(&self) -> Option<Function>
[src]
pub fn onmouseout(&self) -> Option<Function>
The onmouseout
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmouseout(&self, onmouseout: Option<&Function>)
[src]
pub fn set_onmouseout(&self, onmouseout: Option<&Function>)
The onmouseout
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmouseover(&self) -> Option<Function>
[src]
pub fn onmouseover(&self) -> Option<Function>
The onmouseover
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmouseover(&self, onmouseover: Option<&Function>)
[src]
pub fn set_onmouseover(&self, onmouseover: Option<&Function>)
The onmouseover
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmouseup(&self) -> Option<Function>
[src]
pub fn onmouseup(&self) -> Option<Function>
The onmouseup
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmouseup(&self, onmouseup: Option<&Function>)
[src]
pub fn set_onmouseup(&self, onmouseup: Option<&Function>)
The onmouseup
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwheel(&self) -> Option<Function>
[src]
pub fn onwheel(&self) -> Option<Function>
The onwheel
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwheel(&self, onwheel: Option<&Function>)
[src]
pub fn set_onwheel(&self, onwheel: Option<&Function>)
The onwheel
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpause(&self) -> Option<Function>
[src]
pub fn onpause(&self) -> Option<Function>
The onpause
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpause(&self, onpause: Option<&Function>)
[src]
pub fn set_onpause(&self, onpause: Option<&Function>)
The onpause
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onplay(&self) -> Option<Function>
[src]
pub fn onplay(&self) -> Option<Function>
The onplay
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onplay(&self, onplay: Option<&Function>)
[src]
pub fn set_onplay(&self, onplay: Option<&Function>)
The onplay
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onplaying(&self) -> Option<Function>
[src]
pub fn onplaying(&self) -> Option<Function>
The onplaying
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onplaying(&self, onplaying: Option<&Function>)
[src]
pub fn set_onplaying(&self, onplaying: Option<&Function>)
The onplaying
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onprogress(&self) -> Option<Function>
[src]
pub fn onprogress(&self) -> Option<Function>
The onprogress
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onprogress(&self, onprogress: Option<&Function>)
[src]
pub fn set_onprogress(&self, onprogress: Option<&Function>)
The onprogress
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onratechange(&self) -> Option<Function>
[src]
pub fn onratechange(&self) -> Option<Function>
The onratechange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onratechange(&self, onratechange: Option<&Function>)
[src]
pub fn set_onratechange(&self, onratechange: Option<&Function>)
The onratechange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onreset(&self) -> Option<Function>
[src]
pub fn onreset(&self) -> Option<Function>
The onreset
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onreset(&self, onreset: Option<&Function>)
[src]
pub fn set_onreset(&self, onreset: Option<&Function>)
The onreset
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onresize(&self) -> Option<Function>
[src]
pub fn onresize(&self) -> Option<Function>
The onresize
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onresize(&self, onresize: Option<&Function>)
[src]
pub fn set_onresize(&self, onresize: Option<&Function>)
The onresize
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onscroll(&self) -> Option<Function>
[src]
pub fn onscroll(&self) -> Option<Function>
The onscroll
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onscroll(&self, onscroll: Option<&Function>)
[src]
pub fn set_onscroll(&self, onscroll: Option<&Function>)
The onscroll
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onseeked(&self) -> Option<Function>
[src]
pub fn onseeked(&self) -> Option<Function>
The onseeked
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onseeked(&self, onseeked: Option<&Function>)
[src]
pub fn set_onseeked(&self, onseeked: Option<&Function>)
The onseeked
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onseeking(&self) -> Option<Function>
[src]
pub fn onseeking(&self) -> Option<Function>
The onseeking
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onseeking(&self, onseeking: Option<&Function>)
[src]
pub fn set_onseeking(&self, onseeking: Option<&Function>)
The onseeking
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onselect(&self) -> Option<Function>
[src]
pub fn onselect(&self) -> Option<Function>
The onselect
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onselect(&self, onselect: Option<&Function>)
[src]
pub fn set_onselect(&self, onselect: Option<&Function>)
The onselect
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onshow(&self) -> Option<Function>
[src]
pub fn onshow(&self) -> Option<Function>
The onshow
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onshow(&self, onshow: Option<&Function>)
[src]
pub fn set_onshow(&self, onshow: Option<&Function>)
The onshow
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onstalled(&self) -> Option<Function>
[src]
pub fn onstalled(&self) -> Option<Function>
The onstalled
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onstalled(&self, onstalled: Option<&Function>)
[src]
pub fn set_onstalled(&self, onstalled: Option<&Function>)
The onstalled
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onsubmit(&self) -> Option<Function>
[src]
pub fn onsubmit(&self) -> Option<Function>
The onsubmit
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onsubmit(&self, onsubmit: Option<&Function>)
[src]
pub fn set_onsubmit(&self, onsubmit: Option<&Function>)
The onsubmit
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onsuspend(&self) -> Option<Function>
[src]
pub fn onsuspend(&self) -> Option<Function>
The onsuspend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onsuspend(&self, onsuspend: Option<&Function>)
[src]
pub fn set_onsuspend(&self, onsuspend: Option<&Function>)
The onsuspend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontimeupdate(&self) -> Option<Function>
[src]
pub fn ontimeupdate(&self) -> Option<Function>
The ontimeupdate
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontimeupdate(&self, ontimeupdate: Option<&Function>)
[src]
pub fn set_ontimeupdate(&self, ontimeupdate: Option<&Function>)
The ontimeupdate
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onvolumechange(&self) -> Option<Function>
[src]
pub fn onvolumechange(&self) -> Option<Function>
The onvolumechange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onvolumechange(&self, onvolumechange: Option<&Function>)
[src]
pub fn set_onvolumechange(&self, onvolumechange: Option<&Function>)
The onvolumechange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwaiting(&self) -> Option<Function>
[src]
pub fn onwaiting(&self) -> Option<Function>
The onwaiting
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwaiting(&self, onwaiting: Option<&Function>)
[src]
pub fn set_onwaiting(&self, onwaiting: Option<&Function>)
The onwaiting
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onselectstart(&self) -> Option<Function>
[src]
pub fn onselectstart(&self) -> Option<Function>
The onselectstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onselectstart(&self, onselectstart: Option<&Function>)
[src]
pub fn set_onselectstart(&self, onselectstart: Option<&Function>)
The onselectstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontoggle(&self) -> Option<Function>
[src]
pub fn ontoggle(&self) -> Option<Function>
The ontoggle
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontoggle(&self, ontoggle: Option<&Function>)
[src]
pub fn set_ontoggle(&self, ontoggle: Option<&Function>)
The ontoggle
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointercancel(&self) -> Option<Function>
[src]
pub fn onpointercancel(&self) -> Option<Function>
The onpointercancel
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointercancel(&self, onpointercancel: Option<&Function>)
[src]
pub fn set_onpointercancel(&self, onpointercancel: Option<&Function>)
The onpointercancel
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerdown(&self) -> Option<Function>
[src]
pub fn onpointerdown(&self) -> Option<Function>
The onpointerdown
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerdown(&self, onpointerdown: Option<&Function>)
[src]
pub fn set_onpointerdown(&self, onpointerdown: Option<&Function>)
The onpointerdown
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerup(&self) -> Option<Function>
[src]
pub fn onpointerup(&self) -> Option<Function>
The onpointerup
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerup(&self, onpointerup: Option<&Function>)
[src]
pub fn set_onpointerup(&self, onpointerup: Option<&Function>)
The onpointerup
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointermove(&self) -> Option<Function>
[src]
pub fn onpointermove(&self) -> Option<Function>
The onpointermove
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointermove(&self, onpointermove: Option<&Function>)
[src]
pub fn set_onpointermove(&self, onpointermove: Option<&Function>)
The onpointermove
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerout(&self) -> Option<Function>
[src]
pub fn onpointerout(&self) -> Option<Function>
The onpointerout
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerout(&self, onpointerout: Option<&Function>)
[src]
pub fn set_onpointerout(&self, onpointerout: Option<&Function>)
The onpointerout
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerover(&self) -> Option<Function>
[src]
pub fn onpointerover(&self) -> Option<Function>
The onpointerover
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerover(&self, onpointerover: Option<&Function>)
[src]
pub fn set_onpointerover(&self, onpointerover: Option<&Function>)
The onpointerover
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerenter(&self) -> Option<Function>
[src]
pub fn onpointerenter(&self) -> Option<Function>
The onpointerenter
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerenter(&self, onpointerenter: Option<&Function>)
[src]
pub fn set_onpointerenter(&self, onpointerenter: Option<&Function>)
The onpointerenter
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpointerleave(&self) -> Option<Function>
[src]
pub fn onpointerleave(&self) -> Option<Function>
The onpointerleave
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpointerleave(&self, onpointerleave: Option<&Function>)
[src]
pub fn set_onpointerleave(&self, onpointerleave: Option<&Function>)
The onpointerleave
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ongotpointercapture(&self) -> Option<Function>
[src]
pub fn ongotpointercapture(&self) -> Option<Function>
The ongotpointercapture
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ongotpointercapture(&self, ongotpointercapture: Option<&Function>)
[src]
pub fn set_ongotpointercapture(&self, ongotpointercapture: Option<&Function>)
The ongotpointercapture
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onlostpointercapture(&self) -> Option<Function>
[src]
pub fn onlostpointercapture(&self) -> Option<Function>
The onlostpointercapture
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onlostpointercapture(&self, onlostpointercapture: Option<&Function>)
[src]
pub fn set_onlostpointercapture(&self, onlostpointercapture: Option<&Function>)
The onlostpointercapture
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onanimationcancel(&self) -> Option<Function>
[src]
pub fn onanimationcancel(&self) -> Option<Function>
The onanimationcancel
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onanimationcancel(&self, onanimationcancel: Option<&Function>)
[src]
pub fn set_onanimationcancel(&self, onanimationcancel: Option<&Function>)
The onanimationcancel
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onanimationend(&self) -> Option<Function>
[src]
pub fn onanimationend(&self) -> Option<Function>
The onanimationend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onanimationend(&self, onanimationend: Option<&Function>)
[src]
pub fn set_onanimationend(&self, onanimationend: Option<&Function>)
The onanimationend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onanimationiteration(&self) -> Option<Function>
[src]
pub fn onanimationiteration(&self) -> Option<Function>
The onanimationiteration
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onanimationiteration(&self, onanimationiteration: Option<&Function>)
[src]
pub fn set_onanimationiteration(&self, onanimationiteration: Option<&Function>)
The onanimationiteration
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onanimationstart(&self) -> Option<Function>
[src]
pub fn onanimationstart(&self) -> Option<Function>
The onanimationstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onanimationstart(&self, onanimationstart: Option<&Function>)
[src]
pub fn set_onanimationstart(&self, onanimationstart: Option<&Function>)
The onanimationstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontransitioncancel(&self) -> Option<Function>
[src]
pub fn ontransitioncancel(&self) -> Option<Function>
The ontransitioncancel
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontransitioncancel(&self, ontransitioncancel: Option<&Function>)
[src]
pub fn set_ontransitioncancel(&self, ontransitioncancel: Option<&Function>)
The ontransitioncancel
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontransitionend(&self) -> Option<Function>
[src]
pub fn ontransitionend(&self) -> Option<Function>
The ontransitionend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontransitionend(&self, ontransitionend: Option<&Function>)
[src]
pub fn set_ontransitionend(&self, ontransitionend: Option<&Function>)
The ontransitionend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontransitionrun(&self) -> Option<Function>
[src]
pub fn ontransitionrun(&self) -> Option<Function>
The ontransitionrun
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontransitionrun(&self, ontransitionrun: Option<&Function>)
[src]
pub fn set_ontransitionrun(&self, ontransitionrun: Option<&Function>)
The ontransitionrun
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontransitionstart(&self) -> Option<Function>
[src]
pub fn ontransitionstart(&self) -> Option<Function>
The ontransitionstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontransitionstart(&self, ontransitionstart: Option<&Function>)
[src]
pub fn set_ontransitionstart(&self, ontransitionstart: Option<&Function>)
The ontransitionstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwebkitanimationend(&self) -> Option<Function>
[src]
pub fn onwebkitanimationend(&self) -> Option<Function>
The onwebkitanimationend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwebkitanimationend(&self, onwebkitanimationend: Option<&Function>)
[src]
pub fn set_onwebkitanimationend(&self, onwebkitanimationend: Option<&Function>)
The onwebkitanimationend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwebkitanimationiteration(&self) -> Option<Function>
[src]
pub fn onwebkitanimationiteration(&self) -> Option<Function>
The onwebkitanimationiteration
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwebkitanimationiteration(
&self,
onwebkitanimationiteration: Option<&Function>
)
[src]
pub fn set_onwebkitanimationiteration(
&self,
onwebkitanimationiteration: Option<&Function>
)
The onwebkitanimationiteration
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwebkitanimationstart(&self) -> Option<Function>
[src]
pub fn onwebkitanimationstart(&self) -> Option<Function>
The onwebkitanimationstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwebkitanimationstart(
&self,
onwebkitanimationstart: Option<&Function>
)
[src]
pub fn set_onwebkitanimationstart(
&self,
onwebkitanimationstart: Option<&Function>
)
The onwebkitanimationstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onwebkittransitionend(&self) -> Option<Function>
[src]
pub fn onwebkittransitionend(&self) -> Option<Function>
The onwebkittransitionend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onwebkittransitionend(
&self,
onwebkittransitionend: Option<&Function>
)
[src]
pub fn set_onwebkittransitionend(
&self,
onwebkittransitionend: Option<&Function>
)
The onwebkittransitionend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onerror(&self) -> Option<Function>
[src]
pub fn onerror(&self) -> Option<Function>
The onerror
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onerror(&self, onerror: Option<&Function>)
[src]
pub fn set_onerror(&self, onerror: Option<&Function>)
The onerror
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontouchstart(&self) -> Option<Function>
[src]
pub fn ontouchstart(&self) -> Option<Function>
The ontouchstart
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontouchstart(&self, ontouchstart: Option<&Function>)
[src]
pub fn set_ontouchstart(&self, ontouchstart: Option<&Function>)
The ontouchstart
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontouchend(&self) -> Option<Function>
[src]
pub fn ontouchend(&self) -> Option<Function>
The ontouchend
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontouchend(&self, ontouchend: Option<&Function>)
[src]
pub fn set_ontouchend(&self, ontouchend: Option<&Function>)
The ontouchend
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontouchmove(&self) -> Option<Function>
[src]
pub fn ontouchmove(&self) -> Option<Function>
The ontouchmove
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontouchmove(&self, ontouchmove: Option<&Function>)
[src]
pub fn set_ontouchmove(&self, ontouchmove: Option<&Function>)
The ontouchmove
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ontouchcancel(&self) -> Option<Function>
[src]
pub fn ontouchcancel(&self) -> Option<Function>
The ontouchcancel
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ontouchcancel(&self, ontouchcancel: Option<&Function>)
[src]
pub fn set_ontouchcancel(&self, ontouchcancel: Option<&Function>)
The ontouchcancel
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onafterprint(&self) -> Option<Function>
[src]
pub fn onafterprint(&self) -> Option<Function>
The onafterprint
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onafterprint(&self, onafterprint: Option<&Function>)
[src]
pub fn set_onafterprint(&self, onafterprint: Option<&Function>)
The onafterprint
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onbeforeprint(&self) -> Option<Function>
[src]
pub fn onbeforeprint(&self) -> Option<Function>
The onbeforeprint
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onbeforeprint(&self, onbeforeprint: Option<&Function>)
[src]
pub fn set_onbeforeprint(&self, onbeforeprint: Option<&Function>)
The onbeforeprint
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onbeforeunload(&self) -> Option<Function>
[src]
pub fn onbeforeunload(&self) -> Option<Function>
The onbeforeunload
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onbeforeunload(&self, onbeforeunload: Option<&Function>)
[src]
pub fn set_onbeforeunload(&self, onbeforeunload: Option<&Function>)
The onbeforeunload
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onhashchange(&self) -> Option<Function>
[src]
pub fn onhashchange(&self) -> Option<Function>
The onhashchange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onhashchange(&self, onhashchange: Option<&Function>)
[src]
pub fn set_onhashchange(&self, onhashchange: Option<&Function>)
The onhashchange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onlanguagechange(&self) -> Option<Function>
[src]
pub fn onlanguagechange(&self) -> Option<Function>
The onlanguagechange
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onlanguagechange(&self, onlanguagechange: Option<&Function>)
[src]
pub fn set_onlanguagechange(&self, onlanguagechange: Option<&Function>)
The onlanguagechange
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmessage(&self) -> Option<Function>
[src]
pub fn onmessage(&self) -> Option<Function>
The onmessage
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmessage(&self, onmessage: Option<&Function>)
[src]
pub fn set_onmessage(&self, onmessage: Option<&Function>)
The onmessage
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onmessageerror(&self) -> Option<Function>
[src]
pub fn onmessageerror(&self) -> Option<Function>
The onmessageerror
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onmessageerror(&self, onmessageerror: Option<&Function>)
[src]
pub fn set_onmessageerror(&self, onmessageerror: Option<&Function>)
The onmessageerror
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onoffline(&self) -> Option<Function>
[src]
pub fn onoffline(&self) -> Option<Function>
The onoffline
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onoffline(&self, onoffline: Option<&Function>)
[src]
pub fn set_onoffline(&self, onoffline: Option<&Function>)
The onoffline
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn ononline(&self) -> Option<Function>
[src]
pub fn ononline(&self) -> Option<Function>
The ononline
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_ononline(&self, ononline: Option<&Function>)
[src]
pub fn set_ononline(&self, ononline: Option<&Function>)
The ononline
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpagehide(&self) -> Option<Function>
[src]
pub fn onpagehide(&self) -> Option<Function>
The onpagehide
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpagehide(&self, onpagehide: Option<&Function>)
[src]
pub fn set_onpagehide(&self, onpagehide: Option<&Function>)
The onpagehide
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpageshow(&self) -> Option<Function>
[src]
pub fn onpageshow(&self) -> Option<Function>
The onpageshow
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpageshow(&self, onpageshow: Option<&Function>)
[src]
pub fn set_onpageshow(&self, onpageshow: Option<&Function>)
The onpageshow
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onpopstate(&self) -> Option<Function>
[src]
pub fn onpopstate(&self) -> Option<Function>
The onpopstate
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onpopstate(&self, onpopstate: Option<&Function>)
[src]
pub fn set_onpopstate(&self, onpopstate: Option<&Function>)
The onpopstate
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onstorage(&self) -> Option<Function>
[src]
pub fn onstorage(&self) -> Option<Function>
The onstorage
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onstorage(&self, onstorage: Option<&Function>)
[src]
pub fn set_onstorage(&self, onstorage: Option<&Function>)
The onstorage
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn onunload(&self) -> Option<Function>
[src]
pub fn onunload(&self) -> Option<Function>
The onunload
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_onunload(&self, onunload: Option<&Function>)
[src]
pub fn set_onunload(&self, onunload: Option<&Function>)
The onunload
setter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn atob(&self, atob: &str) -> Result<String, JsValue>
[src]
pub fn atob(&self, atob: &str) -> Result<String, JsValue>
The atob()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn btoa(&self, btoa: &str) -> Result<String, JsValue>
[src]
pub fn btoa(&self, btoa: &str) -> Result<String, JsValue>
The btoa()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn clear_interval(&self)
[src]
pub fn clear_interval(&self)
The clearInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn clear_interval_with_handle(&self, handle: i32)
[src]
pub fn clear_interval_with_handle(&self, handle: i32)
The clearInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn clear_timeout(&self)
[src]
pub fn clear_timeout(&self)
The clearTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn clear_timeout_with_handle(&self, handle: i32)
[src]
pub fn clear_timeout_with_handle(&self, handle: i32)
The clearTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn create_image_bitmap_with_buffer_source(
&self,
a_image: &Object
) -> Result<Promise, JsValue>
[src]
pub fn create_image_bitmap_with_buffer_source(
&self,
a_image: &Object
) -> Result<Promise, JsValue>
The createImageBitmap()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn create_image_bitmap_with_u8_array(
&self,
a_image: &mut [u8]
) -> Result<Promise, JsValue>
[src]
pub fn create_image_bitmap_with_u8_array(
&self,
a_image: &mut [u8]
) -> Result<Promise, JsValue>
The createImageBitmap()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &Object,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
[src]
pub fn create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &Object,
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &mut [u8],
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
[src]
pub fn create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
&self,
a_image: &mut [u8],
a_sx: i32,
a_sy: i32,
a_sw: i32,
a_sh: i32
) -> Result<Promise, JsValue>
The createImageBitmap()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn fetch_with_str(&self, input: &str) -> Promise
[src]
pub fn fetch_with_str(&self, input: &str) -> Promise
The fetch()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback(
&self,
handler: &Function
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback(
&self,
handler: &Function
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments(
&self,
handler: &Function,
timeout: i32,
arguments: &Array
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments(
&self,
handler: &Function,
timeout: i32,
arguments: &Array
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_0(
&self,
handler: &Function,
timeout: i32
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_0(
&self,
handler: &Function,
timeout: i32
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_1(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_1(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_2(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_2(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str(&self, handler: &str) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str(&self, handler: &str) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused(
&self,
handler: &str,
timeout: i32,
unused: &Array
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused(
&self,
handler: &str,
timeout: i32,
unused: &Array
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_0(
&self,
handler: &str,
timeout: i32
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_0(
&self,
handler: &str,
timeout: i32
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_1(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_1(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_2(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_2(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_3(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_3(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_interval_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_interval_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
The setInterval()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback(
&self,
handler: &Function
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback(
&self,
handler: &Function
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments(
&self,
handler: &Function,
timeout: i32,
arguments: &Array
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments(
&self,
handler: &Function,
timeout: i32,
arguments: &Array
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_0(
&self,
handler: &Function,
timeout: i32
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_0(
&self,
handler: &Function,
timeout: i32
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_1(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_1(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_2(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_2(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_3(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_4(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_5(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_6(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_callback_and_timeout_and_arguments_7(
&self,
handler: &Function,
timeout: i32,
arguments_1: &JsValue,
arguments_2: &JsValue,
arguments_3: &JsValue,
arguments_4: &JsValue,
arguments_5: &JsValue,
arguments_6: &JsValue,
arguments_7: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str(&self, handler: &str) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str(&self, handler: &str) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused(
&self,
handler: &str,
timeout: i32,
unused: &Array
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused(
&self,
handler: &str,
timeout: i32,
unused: &Array
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_0(
&self,
handler: &str,
timeout: i32
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_0(
&self,
handler: &str,
timeout: i32
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_1(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_1(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_2(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_2(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_3(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_3(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_4(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_5(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_6(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn set_timeout_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
[src]
pub fn set_timeout_with_str_and_timeout_and_unused_7(
&self,
handler: &str,
timeout: i32,
unused_1: &JsValue,
unused_2: &JsValue,
unused_3: &JsValue,
unused_4: &JsValue,
unused_5: &JsValue,
unused_6: &JsValue,
unused_7: &JsValue
) -> Result<i32, JsValue>
The setTimeout()
method
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn origin(&self) -> String
[src]
pub fn origin(&self) -> String
The origin
getter
This API requires the following crate features to be activated: Window
impl Window
[src]
impl Window
pub fn is_secure_context(&self) -> bool
[src]
pub fn is_secure_context(&self) -> bool
The isSecureContext
getter
This API requires the following crate features to be activated: Window
Methods from Deref<Target = EventTarget>
pub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
[src]
pub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The addEventListener()
method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
[src]
pub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The addEventListener()
method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
[src]
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener()
method
This API requires the following crate features to be activated: EventTarget
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
[src]
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
The dispatchEvent()
method
This API requires the following crate features to be activated: Event
, EventTarget
pub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
[src]
pub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The removeEventListener()
method
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
[src]
pub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The removeEventListener()
method
This API requires the following crate features to be activated: EventTarget
Trait Implementations
impl AsRef<JsValue> for Window
[src]
impl AsRef<JsValue> for Window
impl AsRef<EventTarget> for Window
[src]
impl AsRef<EventTarget> for Window
fn as_ref(&self) -> &EventTarget
[src]
fn as_ref(&self) -> &EventTarget
impl AsRef<Object> for Window
[src]
impl AsRef<Object> for Window
impl From<JsValue> for Window
[src]
impl From<JsValue> for Window
impl From<Window> for JsValue
[src]
impl From<Window> for JsValue
impl From<Window> for EventTarget
[src]
impl From<Window> for EventTarget
fn from(obj: Window) -> EventTarget
[src]
fn from(obj: Window) -> EventTarget
impl From<Window> for Object
[src]
impl From<Window> for Object
impl Clone for Window
[src]
impl Clone for Window
fn clone(&self) -> Window
[src]
fn clone(&self) -> Window
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for Window
[src]
impl Debug for Window
impl Deref for Window
[src]
impl Deref for Window
type Target = EventTarget
The resulting type after dereferencing.
fn deref(&self) -> &EventTarget
[src]
fn deref(&self) -> &EventTarget
impl JsCast for Window
[src]
impl JsCast for Window
fn instanceof(val: &JsValue) -> bool
[src]
fn instanceof(val: &JsValue) -> bool
fn unchecked_from_js(val: JsValue) -> Self
[src]
fn unchecked_from_js(val: JsValue) -> Self
fn unchecked_from_js_ref(val: &JsValue) -> &Self
[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self
fn is_instance_of<T>(&self) -> bool where
T: JsCast,
[src]
fn is_instance_of<T>(&self) -> bool where
T: JsCast,
Test whether this JS value is an instance of the type T
. Read more
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast,
[src]
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T
. Read more
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast,
[src]
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T
. Read more
fn unchecked_into<T>(self) -> T where
T: JsCast,
[src]
fn unchecked_into<T>(self) -> T where
T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where
T: JsCast,
[src]
fn unchecked_ref<T>(&self) -> &T where
T: JsCast,
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
impl WasmDescribe for Window
[src]
impl WasmDescribe for Window
impl IntoWasmAbi for Window
[src]
impl IntoWasmAbi for Window
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi
[src]
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi
impl<'a> IntoWasmAbi for &'a Window
[src]
impl<'a> IntoWasmAbi for &'a Window
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi
[src]
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi
impl FromWasmAbi for Window
[src]
impl FromWasmAbi for Window
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self
[src]
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self
impl OptionFromWasmAbi for Window
[src]
impl OptionFromWasmAbi for Window
impl RefFromWasmAbi for Window
[src]
impl RefFromWasmAbi for Window
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self
are recovered from.
type Anchor = ManuallyDrop<Window>
The type that holds the reference to 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. Read more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor
[src]
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor
impl OptionIntoWasmAbi for Window
[src]
impl OptionIntoWasmAbi for Window
impl<'a> OptionIntoWasmAbi for &'a Window
[src]
impl<'a> OptionIntoWasmAbi for &'a Window
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
[src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
[src]
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi