Struct wgpu::rwh::OrbitalDisplayHandle
source · #[non_exhaustive]pub struct OrbitalDisplayHandle {}
Expand description
Raw display handle for the Redox operating system.
Implementations§
source§impl OrbitalDisplayHandle
impl OrbitalDisplayHandle
sourcepub fn new() -> OrbitalDisplayHandle
pub fn new() -> OrbitalDisplayHandle
Trait Implementations§
source§impl Clone for OrbitalDisplayHandle
impl Clone for OrbitalDisplayHandle
source§fn clone(&self) -> OrbitalDisplayHandle
fn clone(&self) -> OrbitalDisplayHandle
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 OrbitalDisplayHandle
impl Debug for OrbitalDisplayHandle
source§impl From<OrbitalDisplayHandle> for RawDisplayHandle
impl From<OrbitalDisplayHandle> for RawDisplayHandle
source§fn from(value: OrbitalDisplayHandle) -> RawDisplayHandle
fn from(value: OrbitalDisplayHandle) -> RawDisplayHandle
Converts to this type from the input type.
source§impl Hash for OrbitalDisplayHandle
impl Hash for OrbitalDisplayHandle
source§impl PartialEq for OrbitalDisplayHandle
impl PartialEq for OrbitalDisplayHandle
source§fn eq(&self, other: &OrbitalDisplayHandle) -> bool
fn eq(&self, other: &OrbitalDisplayHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OrbitalDisplayHandle
impl Eq for OrbitalDisplayHandle
impl StructuralEq for OrbitalDisplayHandle
impl StructuralPartialEq for OrbitalDisplayHandle
Auto Trait Implementations§
impl RefUnwindSafe for OrbitalDisplayHandle
impl Send for OrbitalDisplayHandle
impl Sync for OrbitalDisplayHandle
impl Unpin for OrbitalDisplayHandle
impl UnwindSafe for OrbitalDisplayHandle
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.