Struct ash::vk::PerformanceMarkerInfoINTEL
source · #[repr(C)]pub struct PerformanceMarkerInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub marker: u64,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§marker: u64
Implementations§
source§impl PerformanceMarkerInfoINTEL
impl PerformanceMarkerInfoINTEL
pub fn builder<'a>() -> PerformanceMarkerInfoINTELBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceMarkerInfoINTEL
impl Clone for PerformanceMarkerInfoINTEL
source§fn clone(&self) -> PerformanceMarkerInfoINTEL
fn clone(&self) -> PerformanceMarkerInfoINTEL
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 more