#[repr(C)]pub struct PerformanceMarkerInfoINTEL {
pub s_type: StructureType,
pub next: *const c_void,
pub marker: u64,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§marker: u64Trait 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 Debug for PerformanceMarkerInfoINTEL
impl Debug for PerformanceMarkerInfoINTEL
Source§impl Default for PerformanceMarkerInfoINTEL
impl Default for PerformanceMarkerInfoINTEL
Source§impl Hash for PerformanceMarkerInfoINTEL
impl Hash for PerformanceMarkerInfoINTEL
impl Copy for PerformanceMarkerInfoINTEL
impl Eq for PerformanceMarkerInfoINTEL
impl Send for PerformanceMarkerInfoINTEL
impl StructuralPartialEq for PerformanceMarkerInfoINTEL
impl Sync for PerformanceMarkerInfoINTEL
Auto Trait Implementations§
impl Freeze for PerformanceMarkerInfoINTEL
impl RefUnwindSafe 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