pub struct PerformanceConfigurationTypeINTEL(/* private fields */);Expand description
Implementations§
Source§impl PerformanceConfigurationTypeINTEL
impl PerformanceConfigurationTypeINTEL
pub const COMMAND_QUEUE_METRICS_DISCOVERY_ACTIVATED: PerformanceConfigurationTypeINTEL
pub const fn from_raw(value: i32) -> PerformanceConfigurationTypeINTEL
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PerformanceConfigurationTypeINTEL
impl Clone for PerformanceConfigurationTypeINTEL
Source§fn clone(&self) -> PerformanceConfigurationTypeINTEL
fn clone(&self) -> PerformanceConfigurationTypeINTEL
Returns a duplicate 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 Error for PerformanceConfigurationTypeINTEL
impl Error for PerformanceConfigurationTypeINTEL
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PerformanceConfigurationTypeINTEL
impl PartialOrd for PerformanceConfigurationTypeINTEL
impl 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 UnsafeUnpin 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