#[repr(C)]pub struct LatencySubmissionPresentIdNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub present_id: u64,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_LATENCY_SUBMISSION_PRESENT_ID_NV.
p_next: *const c_voidOptional, may be null.
present_id: u64Implementations§
Source§impl LatencySubmissionPresentIdNV
impl LatencySubmissionPresentIdNV
Sourcepub fn builder<'a>() -> LatencySubmissionPresentIdNVBuilder<'a>
pub fn builder<'a>() -> LatencySubmissionPresentIdNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for LatencySubmissionPresentIdNV
impl Clone for LatencySubmissionPresentIdNV
Source§fn clone(&self) -> LatencySubmissionPresentIdNV
fn clone(&self) -> LatencySubmissionPresentIdNV
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 LatencySubmissionPresentIdNV
impl Debug for LatencySubmissionPresentIdNV
impl Copy for LatencySubmissionPresentIdNV
impl ExtendsSubmitInfo for LatencySubmissionPresentIdNV
impl ExtendsSubmitInfo2 for LatencySubmissionPresentIdNV
Auto Trait Implementations§
impl Freeze for LatencySubmissionPresentIdNV
impl RefUnwindSafe for LatencySubmissionPresentIdNV
impl !Send for LatencySubmissionPresentIdNV
impl !Sync for LatencySubmissionPresentIdNV
impl Unpin for LatencySubmissionPresentIdNV
impl UnsafeUnpin for LatencySubmissionPresentIdNV
impl UnwindSafe for LatencySubmissionPresentIdNV
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