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 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 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 Display for PerformanceValueTypeINTEL
impl Display for PerformanceValueTypeINTEL
Source§impl Error for PerformanceValueTypeINTEL
impl Error for PerformanceValueTypeINTEL
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 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 PartialOrd for PerformanceValueTypeINTEL
impl PartialOrd for PerformanceValueTypeINTEL
impl 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 UnsafeUnpin 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