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 moresource§impl TaggedStructure for PerformanceStreamMarkerInfoINTEL
impl TaggedStructure for PerformanceStreamMarkerInfoINTEL
const STRUCTURE_TYPE: StructureType = StructureType::PERFORMANCE_STREAM_MARKER_INFO_INTEL
impl Copy for PerformanceStreamMarkerInfoINTEL
Auto Trait Implementations§
impl Freeze for PerformanceStreamMarkerInfoINTEL
impl RefUnwindSafe for PerformanceStreamMarkerInfoINTEL
impl !Send for PerformanceStreamMarkerInfoINTEL
impl !Sync for PerformanceStreamMarkerInfoINTEL
impl Unpin for PerformanceStreamMarkerInfoINTEL
impl UnwindSafe for PerformanceStreamMarkerInfoINTEL
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