Struct ash::vk::PerformanceCounterDescriptionKHR
source · #[repr(C)]pub struct PerformanceCounterDescriptionKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub flags: PerformanceCounterDescriptionFlagsKHR,
pub name: [c_char; 256],
pub category: [c_char; 256],
pub description: [c_char; 256],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§flags: PerformanceCounterDescriptionFlagsKHR
§name: [c_char; 256]
§category: [c_char; 256]
§description: [c_char; 256]
Implementations§
source§impl PerformanceCounterDescriptionKHR
impl PerformanceCounterDescriptionKHR
pub fn builder<'a>() -> PerformanceCounterDescriptionKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceCounterDescriptionKHR
impl Clone for PerformanceCounterDescriptionKHR
source§fn clone(&self) -> PerformanceCounterDescriptionKHR
fn clone(&self) -> PerformanceCounterDescriptionKHR
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 TaggedStructure for PerformanceCounterDescriptionKHR
impl TaggedStructure for PerformanceCounterDescriptionKHR
const STRUCTURE_TYPE: StructureType = StructureType::PERFORMANCE_COUNTER_DESCRIPTION_KHR
impl Copy for PerformanceCounterDescriptionKHR
Auto Trait Implementations§
impl Freeze for PerformanceCounterDescriptionKHR
impl RefUnwindSafe for PerformanceCounterDescriptionKHR
impl !Send for PerformanceCounterDescriptionKHR
impl !Sync for PerformanceCounterDescriptionKHR
impl Unpin for PerformanceCounterDescriptionKHR
impl UnwindSafe for PerformanceCounterDescriptionKHR
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