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