Struct wgpu::rwh::WebDisplayHandle
source · #[non_exhaustive]pub struct WebDisplayHandle {}
Expand description
Raw display handle for the Web.
Implementations§
source§impl WebDisplayHandle
impl WebDisplayHandle
sourcepub fn new() -> WebDisplayHandle
pub fn new() -> WebDisplayHandle
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) -> RawDisplayHandle
fn from(value: WebDisplayHandle) -> RawDisplayHandle
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 StructuralEq for WebDisplayHandle
impl StructuralPartialEq for WebDisplayHandle
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.