Struct ash::vk::PerformanceStreamMarkerInfoINTEL
source · #[repr(C)]pub struct PerformanceStreamMarkerInfoINTEL<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub marker: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§marker: u32
§_marker: PhantomData<&'a ()>
Implementations§
Trait Implementations§
source§impl<'a> Clone for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> Clone for PerformanceStreamMarkerInfoINTEL<'a>
source§fn clone(&self) -> PerformanceStreamMarkerInfoINTEL<'a>
fn clone(&self) -> PerformanceStreamMarkerInfoINTEL<'a>
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<'a> Debug for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> Debug for PerformanceStreamMarkerInfoINTEL<'a>
source§impl Default for PerformanceStreamMarkerInfoINTEL<'_>
impl Default for PerformanceStreamMarkerInfoINTEL<'_>
source§impl<'a> TaggedStructure for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> TaggedStructure for PerformanceStreamMarkerInfoINTEL<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PERFORMANCE_STREAM_MARKER_INFO_INTEL
impl<'a> Copy for PerformanceStreamMarkerInfoINTEL<'a>
impl Send for PerformanceStreamMarkerInfoINTEL<'_>
impl Sync for PerformanceStreamMarkerInfoINTEL<'_>
Auto Trait Implementations§
impl<'a> Freeze for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> RefUnwindSafe for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> Unpin for PerformanceStreamMarkerInfoINTEL<'a>
impl<'a> UnwindSafe for PerformanceStreamMarkerInfoINTEL<'a>
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