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