Struct raw_window_handle::WebDisplayHandle
source · #[non_exhaustive]pub struct WebDisplayHandle {}
Expand description
Raw display handle for the Web.
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 for WebDisplayHandle
impl PartialEq 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 ==
.impl Copy for WebDisplayHandle
impl Eq for WebDisplayHandle
impl StructuralPartialEq for WebDisplayHandle
Auto Trait Implementations§
impl Freeze for WebDisplayHandle
impl RefUnwindSafe for WebDisplayHandle
impl Send for WebDisplayHandle
impl Sync for WebDisplayHandle
impl Unpin for WebDisplayHandle
impl UnwindSafe for WebDisplayHandle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more