#[repr(C)]pub union PerformanceValueDataINTEL {
pub value32: u32,
pub value64: u64,
pub valueFloat: f32,
pub valueBool: Bool32,
pub valueString: *const c_char,
}Fields§
§value32: u32§value64: u64§valueFloat: f32§valueBool: Bool32§valueString: *const c_charTrait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
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