#[repr(C)]pub struct PerformanceValueINTEL {
pub typ: PerformanceValueTypeINTEL,
pub data: PerformanceValueDataINTEL,
}
Fields§
§typ: PerformanceValueTypeINTEL
§data: PerformanceValueDataINTEL
Trait Implementations§
Source§impl Clone for PerformanceValueINTEL
impl Clone for PerformanceValueINTEL
Source§fn clone(&self) -> PerformanceValueINTEL
fn clone(&self) -> PerformanceValueINTEL
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PerformanceValueINTEL
Auto Trait Implementations§
impl Freeze for PerformanceValueINTEL
impl RefUnwindSafe for PerformanceValueINTEL
impl !Send for PerformanceValueINTEL
impl !Sync for PerformanceValueINTEL
impl Unpin for PerformanceValueINTEL
impl UnwindSafe for PerformanceValueINTEL
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