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 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 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 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