Struct unity_native_plugin_sys::VkPerformanceMarkerInfoINTEL [−][src]
#[repr(C)]pub struct VkPerformanceMarkerInfoINTEL {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub marker: u64,
}Fields
sType: VkStructureTypepNext: *const c_voidmarker: u64Trait Implementations
Auto Trait Implementations
impl !Send for VkPerformanceMarkerInfoINTEL
impl !Sync for VkPerformanceMarkerInfoINTEL
impl Unpin for VkPerformanceMarkerInfoINTEL
impl UnwindSafe for VkPerformanceMarkerInfoINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more