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