Struct ash::vk::DisplayPowerStateEXT
source · pub struct DisplayPowerStateEXT(/* private fields */);
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 for DisplayPowerStateEXT
impl PartialEq 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 for DisplayPowerStateEXT
impl PartialOrd 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 moreimpl Copy for DisplayPowerStateEXT
impl Eq for DisplayPowerStateEXT
impl StructuralPartialEq for DisplayPowerStateEXT
Auto Trait Implementations§
impl Freeze for DisplayPowerStateEXT
impl RefUnwindSafe for DisplayPowerStateEXT
impl Send for DisplayPowerStateEXT
impl Sync for DisplayPowerStateEXT
impl Unpin for DisplayPowerStateEXT
impl UnwindSafe for DisplayPowerStateEXT
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