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