#[repr(C)]pub struct PerformanceMarkerInfoINTEL {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub marker: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§marker: u64Implementations§
Source§impl PerformanceMarkerInfoINTEL
 
impl PerformanceMarkerInfoINTEL
pub fn builder<'a>() -> PerformanceMarkerInfoINTELBuilder<'a>
Trait Implementations§
Source§impl Clone for PerformanceMarkerInfoINTEL
 
impl Clone for PerformanceMarkerInfoINTEL
Source§fn clone(&self) -> PerformanceMarkerInfoINTEL
 
fn clone(&self) -> PerformanceMarkerInfoINTEL
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 PerformanceMarkerInfoINTEL
 
impl Default for PerformanceMarkerInfoINTEL
impl Copy for PerformanceMarkerInfoINTEL
Auto Trait Implementations§
impl Freeze for PerformanceMarkerInfoINTEL
impl RefUnwindSafe for PerformanceMarkerInfoINTEL
impl !Send for PerformanceMarkerInfoINTEL
impl !Sync for PerformanceMarkerInfoINTEL
impl Unpin for PerformanceMarkerInfoINTEL
impl UnwindSafe for PerformanceMarkerInfoINTEL
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