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