#[repr(C)]pub struct VkAmigoProfilingSubmitInfoSEC {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub firstDrawTimestamp: u64,
pub swapBufferTimestamp: u64,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§firstDrawTimestamp: u64
§swapBufferTimestamp: u64
Trait Implementations§
Source§impl Clone for VkAmigoProfilingSubmitInfoSEC
impl Clone for VkAmigoProfilingSubmitInfoSEC
Source§fn clone(&self) -> VkAmigoProfilingSubmitInfoSEC
fn clone(&self) -> VkAmigoProfilingSubmitInfoSEC
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkAmigoProfilingSubmitInfoSEC
Auto Trait Implementations§
impl Freeze for VkAmigoProfilingSubmitInfoSEC
impl RefUnwindSafe for VkAmigoProfilingSubmitInfoSEC
impl !Send for VkAmigoProfilingSubmitInfoSEC
impl !Sync for VkAmigoProfilingSubmitInfoSEC
impl Unpin for VkAmigoProfilingSubmitInfoSEC
impl UnwindSafe for VkAmigoProfilingSubmitInfoSEC
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