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