Struct ash::vk::AmigoProfilingSubmitInfoSECBuilder
source · pub struct AmigoProfilingSubmitInfoSECBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> AmigoProfilingSubmitInfoSECBuilder<'a>
pub fn first_draw_timestamp(self, first_draw_timestamp: u64) -> Self
pub fn swap_buffer_timestamp(self, swap_buffer_timestamp: u64) -> Self
sourcepub fn build(self) -> AmigoProfilingSubmitInfoSEC
pub fn build(self) -> AmigoProfilingSubmitInfoSEC
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 AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> Deref for AmigoProfilingSubmitInfoSECBuilder<'a>
source§impl<'a> DerefMut for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> DerefMut for AmigoProfilingSubmitInfoSECBuilder<'a>
impl ExtendsSubmitInfo for AmigoProfilingSubmitInfoSECBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> RefUnwindSafe for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> !Send for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> !Sync for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> Unpin for AmigoProfilingSubmitInfoSECBuilder<'a>
impl<'a> UnwindSafe for AmigoProfilingSubmitInfoSECBuilder<'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