Struct unity_native_plugin_sys::VkPerformanceValueINTEL [−][src]
#[repr(C)]pub struct VkPerformanceValueINTEL {
pub type_: VkPerformanceValueTypeINTEL,
pub data: VkPerformanceValueDataINTEL,
}Fields
type_: VkPerformanceValueTypeINTELdata: VkPerformanceValueDataINTELTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkPerformanceValueINTEL
impl !Send for VkPerformanceValueINTEL
impl !Sync for VkPerformanceValueINTEL
impl Unpin for VkPerformanceValueINTEL
impl UnwindSafe for VkPerformanceValueINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more