#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebDisplayHandle
Source§impl Debug for WebDisplayHandle
impl Debug for WebDisplayHandle
impl Eq 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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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