Struct ash::vk::AmigoProfilingSubmitInfoSEC
source · #[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: StructureType
§p_next: *const c_void
§first_draw_timestamp: u64
§swap_buffer_timestamp: u64
Implementations§
source§impl AmigoProfilingSubmitInfoSEC
impl AmigoProfilingSubmitInfoSEC
pub fn builder<'a>() -> AmigoProfilingSubmitInfoSECBuilder<'a>
Trait Implementations§
source§impl Clone for AmigoProfilingSubmitInfoSEC
impl Clone for AmigoProfilingSubmitInfoSEC
source§fn clone(&self) -> AmigoProfilingSubmitInfoSEC
fn clone(&self) -> AmigoProfilingSubmitInfoSEC
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 Debug for AmigoProfilingSubmitInfoSEC
impl Debug for AmigoProfilingSubmitInfoSEC
source§impl TaggedStructure for AmigoProfilingSubmitInfoSEC
impl TaggedStructure for AmigoProfilingSubmitInfoSEC
const STRUCTURE_TYPE: StructureType = StructureType::AMIGO_PROFILING_SUBMIT_INFO_SEC
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 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