Struct ash::vk::DisplayModeKHR
source · #[repr(transparent)]pub struct DisplayModeKHR(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for DisplayModeKHR
impl Clone for DisplayModeKHR
source§fn clone(&self) -> DisplayModeKHR
fn clone(&self) -> DisplayModeKHR
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 DisplayModeKHR
impl Debug for DisplayModeKHR
source§impl Default for DisplayModeKHR
impl Default for DisplayModeKHR
source§fn default() -> DisplayModeKHR
fn default() -> DisplayModeKHR
Returns the “default value” for a type. Read more
source§impl Handle for DisplayModeKHR
impl Handle for DisplayModeKHR
source§impl Hash for DisplayModeKHR
impl Hash for DisplayModeKHR
source§impl Ord for DisplayModeKHR
impl Ord for DisplayModeKHR
source§fn cmp(&self, other: &DisplayModeKHR) -> Ordering
fn cmp(&self, other: &DisplayModeKHR) -> 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<DisplayModeKHR> for DisplayModeKHR
impl PartialEq<DisplayModeKHR> for DisplayModeKHR
source§fn eq(&self, other: &DisplayModeKHR) -> bool
fn eq(&self, other: &DisplayModeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DisplayModeKHR> for DisplayModeKHR
impl PartialOrd<DisplayModeKHR> for DisplayModeKHR
source§fn partial_cmp(&self, other: &DisplayModeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &DisplayModeKHR) -> 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