#[repr(C)]pub struct PerformanceValueINTEL {
pub ty: PerformanceValueTypeINTEL,
pub data: PerformanceValueDataINTEL,
}Expand description
Fields
ty: PerformanceValueTypeINTELdata: PerformanceValueDataINTELImplementations
sourceimpl PerformanceValueINTEL
impl PerformanceValueINTEL
pub fn builder<'a>() -> PerformanceValueINTELBuilder<'a>
Trait Implementations
sourceimpl Clone for PerformanceValueINTEL
impl Clone for PerformanceValueINTEL
sourcefn clone(&self) -> PerformanceValueINTEL
fn clone(&self) -> PerformanceValueINTEL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PerformanceValueINTEL
impl Debug for PerformanceValueINTEL
sourceimpl Default for PerformanceValueINTEL
impl Default for PerformanceValueINTEL
sourcefn default() -> PerformanceValueINTEL
fn default() -> PerformanceValueINTEL
Returns the “default value” for a type. Read more
impl Copy for PerformanceValueINTEL
Auto Trait Implementations
impl RefUnwindSafe for PerformanceValueINTEL
impl !Send for PerformanceValueINTEL
impl !Sync for PerformanceValueINTEL
impl Unpin for PerformanceValueINTEL
impl UnwindSafe for PerformanceValueINTEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more