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