Struct ash::vk::PerformanceStreamMarkerInfoINTEL [−][src]
#[repr(C)]pub struct PerformanceStreamMarkerInfoINTEL { pub s_type: StructureType, pub p_next: *const c_void, pub marker: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
marker: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PerformanceStreamMarkerInfoINTEL
impl !Sync for PerformanceStreamMarkerInfoINTEL
impl Unpin for PerformanceStreamMarkerInfoINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more