Struct raw_window_handle::web::WebDisplayHandle
source · #[non_exhaustive]pub struct WebDisplayHandle;
Expand description
Raw display handle for the Web.
Construction
let mut display_handle = WebDisplayHandle::empty();
/* set fields */
Implementations§
Trait Implementations§
source§impl Clone for WebDisplayHandle
impl Clone for WebDisplayHandle
source§fn clone(&self) -> WebDisplayHandle
fn clone(&self) -> WebDisplayHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WebDisplayHandle
impl Debug for WebDisplayHandle
source§impl From<WebDisplayHandle> for RawDisplayHandle
impl From<WebDisplayHandle> for RawDisplayHandle
source§fn from(value: WebDisplayHandle) -> Self
fn from(value: WebDisplayHandle) -> Self
Converts to this type from the input type.
source§impl Hash for WebDisplayHandle
impl Hash for WebDisplayHandle
source§impl PartialEq<WebDisplayHandle> for WebDisplayHandle
impl PartialEq<WebDisplayHandle> for WebDisplayHandle
source§fn eq(&self, other: &WebDisplayHandle) -> bool
fn eq(&self, other: &WebDisplayHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.