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