Struct raw_window_handle::haiku::HaikuDisplayHandle
source · #[non_exhaustive]pub struct HaikuDisplayHandle;
Expand description
Raw display handle for Haiku.
Construction
let mut display_handle = HaikuDisplayHandle::empty();
/* set fields */
Implementations§
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) -> Self
fn from(value: HaikuDisplayHandle) -> Self
Converts to this type from the input type.
source§impl Hash for HaikuDisplayHandle
impl Hash for HaikuDisplayHandle
source§impl PartialEq<HaikuDisplayHandle> for HaikuDisplayHandle
impl PartialEq<HaikuDisplayHandle> 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 ==
.