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