#[repr(C)]pub struct InitializePerformanceApiInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_user_data: *mut c_void,
}Expand description
VkInitializePerformanceApiInfoINTEL
Provided by VK_INTEL_performance_query.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_INITIALIZE_PERFORMANCE_API_INFO_INTEL.
p_next: *const c_voidOptional, may be null.
p_user_data: *mut c_voidOptional, may be null.
Implementations§
Source§impl InitializePerformanceApiInfoINTEL
impl InitializePerformanceApiInfoINTEL
Sourcepub fn builder<'a>() -> InitializePerformanceApiInfoINTELBuilder<'a>
pub fn builder<'a>() -> InitializePerformanceApiInfoINTELBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for InitializePerformanceApiInfoINTEL
impl Clone for InitializePerformanceApiInfoINTEL
Source§fn clone(&self) -> InitializePerformanceApiInfoINTEL
fn clone(&self) -> InitializePerformanceApiInfoINTEL
Returns a duplicate 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 Default for InitializePerformanceApiInfoINTEL
impl Default for InitializePerformanceApiInfoINTEL
Source§fn default() -> InitializePerformanceApiInfoINTEL
fn default() -> InitializePerformanceApiInfoINTEL
Returns the “default value” for a type. Read more
impl Copy for InitializePerformanceApiInfoINTEL
Auto Trait Implementations§
impl Freeze for InitializePerformanceApiInfoINTEL
impl RefUnwindSafe for InitializePerformanceApiInfoINTEL
impl !Send for InitializePerformanceApiInfoINTEL
impl !Sync for InitializePerformanceApiInfoINTEL
impl Unpin for InitializePerformanceApiInfoINTEL
impl UnsafeUnpin for InitializePerformanceApiInfoINTEL
impl UnwindSafe for InitializePerformanceApiInfoINTEL
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