Struct screen_13::prelude::vk::PerformanceStreamMarkerInfoINTEL
source · 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: u32Implementations§
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 moresource§impl Default for PerformanceStreamMarkerInfoINTEL
impl Default for PerformanceStreamMarkerInfoINTEL
source§fn default() -> PerformanceStreamMarkerInfoINTEL
fn default() -> PerformanceStreamMarkerInfoINTEL
Returns the “default value” for a type. Read more