#[repr(C)]pub struct PerformanceMarkerInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub marker: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmarker: u64Implementations
sourceimpl PerformanceMarkerInfoINTEL
impl PerformanceMarkerInfoINTEL
pub fn builder<'a>() -> PerformanceMarkerInfoINTELBuilder<'a>
Trait Implementations
sourceimpl Clone for PerformanceMarkerInfoINTEL
impl Clone for PerformanceMarkerInfoINTEL
sourcefn clone(&self) -> PerformanceMarkerInfoINTEL
fn clone(&self) -> PerformanceMarkerInfoINTEL
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 PerformanceMarkerInfoINTEL
impl Debug for PerformanceMarkerInfoINTEL
sourceimpl Default for PerformanceMarkerInfoINTEL
impl Default for PerformanceMarkerInfoINTEL
sourcefn default() -> PerformanceMarkerInfoINTEL
fn default() -> PerformanceMarkerInfoINTEL
Returns the “default value” for a type. Read more
impl Copy for PerformanceMarkerInfoINTEL
Auto Trait Implementations
impl RefUnwindSafe for PerformanceMarkerInfoINTEL
impl !Send for PerformanceMarkerInfoINTEL
impl !Sync for PerformanceMarkerInfoINTEL
impl Unpin for PerformanceMarkerInfoINTEL
impl UnwindSafe for PerformanceMarkerInfoINTEL
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