Struct ash::vk::PerformanceCounterKHR
source · #[repr(C)]pub struct PerformanceCounterKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub unit: PerformanceCounterUnitKHR,
pub scope: PerformanceCounterScopeKHR,
pub storage: PerformanceCounterStorageKHR,
pub uuid: [u8; 16],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§unit: PerformanceCounterUnitKHR
§scope: PerformanceCounterScopeKHR
§storage: PerformanceCounterStorageKHR
§uuid: [u8; 16]
Implementations§
source§impl PerformanceCounterKHR
impl PerformanceCounterKHR
pub fn builder<'a>() -> PerformanceCounterKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceCounterKHR
impl Clone for PerformanceCounterKHR
source§fn clone(&self) -> PerformanceCounterKHR
fn clone(&self) -> PerformanceCounterKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PerformanceCounterKHR
impl Debug for PerformanceCounterKHR
source§impl Default for PerformanceCounterKHR
impl Default for PerformanceCounterKHR
source§impl TaggedStructure for PerformanceCounterKHR
impl TaggedStructure for PerformanceCounterKHR
const STRUCTURE_TYPE: StructureType = StructureType::PERFORMANCE_COUNTER_KHR
impl Copy for PerformanceCounterKHR
Auto Trait Implementations§
impl Freeze for PerformanceCounterKHR
impl RefUnwindSafe for PerformanceCounterKHR
impl !Send for PerformanceCounterKHR
impl !Sync for PerformanceCounterKHR
impl Unpin for PerformanceCounterKHR
impl UnwindSafe for PerformanceCounterKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more