#[repr(C)]pub struct AmigoProfilingSubmitInfoSEC {
pub s_type: StructureType,
pub p_next: *const c_void,
pub first_draw_timestamp: u64,
pub swap_buffer_timestamp: u64,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SEC.
p_next: *const c_voidOptional, may be null.
first_draw_timestamp: u64§swap_buffer_timestamp: u64Implementations§
Source§impl AmigoProfilingSubmitInfoSEC
impl AmigoProfilingSubmitInfoSEC
Sourcepub fn builder<'a>() -> AmigoProfilingSubmitInfoSECBuilder<'a>
pub fn builder<'a>() -> AmigoProfilingSubmitInfoSECBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for AmigoProfilingSubmitInfoSEC
impl Clone for AmigoProfilingSubmitInfoSEC
Source§fn clone(&self) -> AmigoProfilingSubmitInfoSEC
fn clone(&self) -> AmigoProfilingSubmitInfoSEC
Returns a duplicate 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 AmigoProfilingSubmitInfoSEC
impl Debug for AmigoProfilingSubmitInfoSEC
Source§impl Default for AmigoProfilingSubmitInfoSEC
impl Default for AmigoProfilingSubmitInfoSEC
Source§fn default() -> AmigoProfilingSubmitInfoSEC
fn default() -> AmigoProfilingSubmitInfoSEC
Returns the “default value” for a type. Read more
impl Copy for AmigoProfilingSubmitInfoSEC
impl ExtendsSubmitInfo for AmigoProfilingSubmitInfoSEC
Auto Trait Implementations§
impl Freeze for AmigoProfilingSubmitInfoSEC
impl RefUnwindSafe for AmigoProfilingSubmitInfoSEC
impl !Send for AmigoProfilingSubmitInfoSEC
impl !Sync for AmigoProfilingSubmitInfoSEC
impl Unpin for AmigoProfilingSubmitInfoSEC
impl UnsafeUnpin for AmigoProfilingSubmitInfoSEC
impl UnwindSafe for AmigoProfilingSubmitInfoSEC
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