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