Struct ash::vk::PerformanceCounterStorageKHR
source · pub struct PerformanceCounterStorageKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for PerformanceCounterStorageKHR
impl Clone for PerformanceCounterStorageKHR
source§fn clone(&self) -> PerformanceCounterStorageKHR
fn clone(&self) -> PerformanceCounterStorageKHR
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 PerformanceCounterStorageKHR
impl Debug for PerformanceCounterStorageKHR
source§impl Default for PerformanceCounterStorageKHR
impl Default for PerformanceCounterStorageKHR
source§fn default() -> PerformanceCounterStorageKHR
fn default() -> PerformanceCounterStorageKHR
Returns the “default value” for a type. Read more
source§impl Hash for PerformanceCounterStorageKHR
impl Hash for PerformanceCounterStorageKHR
source§impl Ord for PerformanceCounterStorageKHR
impl Ord for PerformanceCounterStorageKHR
source§fn cmp(&self, other: &PerformanceCounterStorageKHR) -> Ordering
fn cmp(&self, other: &PerformanceCounterStorageKHR) -> 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 PerformanceCounterStorageKHR
impl PartialEq for PerformanceCounterStorageKHR
source§fn eq(&self, other: &PerformanceCounterStorageKHR) -> bool
fn eq(&self, other: &PerformanceCounterStorageKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PerformanceCounterStorageKHR
impl PartialOrd for PerformanceCounterStorageKHR
source§fn partial_cmp(&self, other: &PerformanceCounterStorageKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &PerformanceCounterStorageKHR) -> 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 PerformanceCounterStorageKHR
impl Eq for PerformanceCounterStorageKHR
impl StructuralPartialEq for PerformanceCounterStorageKHR
Auto Trait Implementations§
impl Freeze for PerformanceCounterStorageKHR
impl RefUnwindSafe for PerformanceCounterStorageKHR
impl Send for PerformanceCounterStorageKHR
impl Sync for PerformanceCounterStorageKHR
impl Unpin for PerformanceCounterStorageKHR
impl UnwindSafe for PerformanceCounterStorageKHR
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