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