Struct ash::vk::PerformanceMarkerInfoINTELBuilder
source · pub struct PerformanceMarkerInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> PerformanceMarkerInfoINTELBuilder<'a>
pub fn marker(self, marker: u64) -> Self
sourcepub fn build(self) -> PerformanceMarkerInfoINTEL
pub fn build(self) -> PerformanceMarkerInfoINTEL
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> Deref for PerformanceMarkerInfoINTELBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> RefUnwindSafe for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> !Send for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> !Sync for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> Unpin for PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> UnwindSafe for PerformanceMarkerInfoINTELBuilder<'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