Struct raw_window_handle::HaikuDisplayHandle
source · #[non_exhaustive]pub struct HaikuDisplayHandle {}
Expand description
Raw display handle for Haiku.
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 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 StructuralPartialEq for HaikuDisplayHandle
Auto Trait Implementations§
impl Freeze for HaikuDisplayHandle
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