#[repr(C)]pub union PerformanceValueDataINTEL {
pub value32: u32,
pub value64: u64,
pub value_float: f32,
pub value_bool: u32,
pub value_string: *const u8,
}Expand description
Fields§
§value32: u32§value64: u64§value_float: f32§value_bool: u32§value_string: *const u8Trait Implementations§
Source§impl Clone for PerformanceValueDataINTEL
impl Clone for PerformanceValueDataINTEL
Source§fn clone(&self) -> PerformanceValueDataINTEL
fn clone(&self) -> PerformanceValueDataINTEL
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PerformanceValueDataINTEL
impl Default for PerformanceValueDataINTEL
Source§fn default() -> PerformanceValueDataINTEL
fn default() -> PerformanceValueDataINTEL
Returns the “default value” for a type. Read more
impl Copy for PerformanceValueDataINTEL
Auto Trait Implementations§
impl Freeze for PerformanceValueDataINTEL
impl RefUnwindSafe for PerformanceValueDataINTEL
impl !Send for PerformanceValueDataINTEL
impl !Sync for PerformanceValueDataINTEL
impl Unpin for PerformanceValueDataINTEL
impl UnwindSafe for PerformanceValueDataINTEL
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)