Struct ash::vk::DisplayKHR
source · #[repr(transparent)]pub struct DisplayKHR(_);
Expand description
Implementations§
source§impl DisplayKHR
impl DisplayKHR
Trait Implementations§
source§impl Clone for DisplayKHR
impl Clone for DisplayKHR
source§fn clone(&self) -> DisplayKHR
fn clone(&self) -> DisplayKHR
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 DisplayKHR
impl Debug for DisplayKHR
source§impl Default for DisplayKHR
impl Default for DisplayKHR
source§fn default() -> DisplayKHR
fn default() -> DisplayKHR
Returns the “default value” for a type. Read more
source§impl Handle for DisplayKHR
impl Handle for DisplayKHR
source§impl Hash for DisplayKHR
impl Hash for DisplayKHR
source§impl Ord for DisplayKHR
impl Ord for DisplayKHR
source§fn cmp(&self, other: &DisplayKHR) -> Ordering
fn cmp(&self, other: &DisplayKHR) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<DisplayKHR> for DisplayKHR
impl PartialEq<DisplayKHR> for DisplayKHR
source§fn eq(&self, other: &DisplayKHR) -> bool
fn eq(&self, other: &DisplayKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DisplayKHR> for DisplayKHR
impl PartialOrd<DisplayKHR> for DisplayKHR
source§fn partial_cmp(&self, other: &DisplayKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &DisplayKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more