#[repr(C)]pub struct AmigoProfilingSubmitInfoSEC {
pub sType: StructureType,
pub pNext: *const c_void,
pub firstDrawTimestamp: u64,
pub swapBufferTimestamp: u64,
}Fields§
§sType: StructureType§pNext: *const c_void§firstDrawTimestamp: u64§swapBufferTimestamp: u64Trait 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 moreimpl Copy 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