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