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
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for PerformanceCounterStorageKHR
impl PartialOrd for PerformanceCounterStorageKHR
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)