Struct ash::vk::PerformanceStreamMarkerInfoINTELBuilder
source · pub struct PerformanceStreamMarkerInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> PerformanceStreamMarkerInfoINTELBuilder<'a>
pub fn marker(self, marker: u32) -> Self
sourcepub fn build(self) -> PerformanceStreamMarkerInfoINTEL
pub fn build(self) -> PerformanceStreamMarkerInfoINTEL
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 PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> Deref for PerformanceStreamMarkerInfoINTELBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> RefUnwindSafe for PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> !Send for PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> !Sync for PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> Unpin for PerformanceStreamMarkerInfoINTELBuilder<'a>
impl<'a> UnwindSafe for PerformanceStreamMarkerInfoINTELBuilder<'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