Struct ash::vk::PerformanceMarkerInfoINTEL [−][src]
#[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: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more