Struct vulkanalia_sys::PerformanceCounterKHR
source · [−]#[repr(C)]pub struct PerformanceCounterKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub unit: PerformanceCounterUnitKHR,
pub scope: PerformanceCounterScopeKHR,
pub storage: PerformanceCounterStorageKHR,
pub uuid: ByteArray<UUID_SIZE>,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidunit: PerformanceCounterUnitKHRscope: PerformanceCounterScopeKHRstorage: PerformanceCounterStorageKHRuuid: ByteArray<UUID_SIZE>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PerformanceCounterKHR
impl !Send for PerformanceCounterKHR
impl !Sync for PerformanceCounterKHR
impl Unpin for PerformanceCounterKHR
impl UnwindSafe for PerformanceCounterKHR
Blanket Implementations
Mutably borrows from an owned value. Read more